|
|
装的debian,想要挂载外置的3.5寸硬盘。发现无法mount ntfs系统。搜索一下找到一个方法,ntfs-3g就可以解决。
. e, y- p3 q. mapt install ntfs-3g) b9 j5 h5 f& W }; R# c3 a0 y
以下为全过程
3 x4 _/ M5 W" N) V$ w+ Z$ R& \) a I) ~. C; \" t
- root@catdrive:/dev# mount /dev/sdb1 /mnt/udisk5 C2 y# D! Z9 t/ R+ u
- mount: /mnt/udisk: unknown filesystem type 'ntfs'.- O7 e0 t' Y/ S+ k2 ~+ V3 D5 O
- root@catdrive:/mnt/udisk# apt install ntfs-3g, K$ Y& |1 v/ N* X4 o
- Reading package lists... Done
^& [0 a" l0 L& ~" A- v! M/ e - Building dependency tree2 W- u( N. B. _
- Reading state information... Done4 e1 z: X' C; z' z1 t7 u3 X5 u. W
- The following additional packages will be installed:. Q# a8 U# o r5 m8 F7 W
- fuse libfuse2 libntfs-3g883, `8 m ]1 v# j0 n" I4 H
- The following NEW packages will be installed:
2 ~6 _/ E8 N* U& U7 t- X7 H3 y - fuse libfuse2 libntfs-3g883 ntfs-3g
) }, v: F* w4 u. j( @2 S - 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.9 K1 {0 b3 A( [' \$ ^2 W5 i
- Need to get 729 kB of archives.
6 d: L) g" d/ d+ k" g/ r - After this operation, 2,278 kB of additional disk space will be used.8 `+ W1 b5 q1 M _/ J
- Do you want to continue? [Y/n] y
* c1 f( d, c. x$ x% z - Get:1 https://mirrors.huaweicloud.com/debian buster/main arm64 libfuse2 arm64 2.9.9-1 [122 kB]
/ J2 Z! s2 _" d/ |3 m& } - Get:2 https://mirrors.huaweicloud.com/debian buster/main arm64 fuse arm64 2.9.9-1 [71.4 kB]
{3 m; U$ T& c - Get:3 https://mirrors.huaweicloud.com/debian buster/main arm64 libntfs-3g883 arm64 1:2017.3.23AR.3-3 [154 kB]( f7 \* e0 R! d
- Get:4 https://mirrors.huaweicloud.com/debian buster/main arm64 ntfs-3g arm64 1:2017.3.23AR.3-3 [381 kB]
+ i) n- m( {( S3 X: N( U) n0 k8 p1 T - Fetched 729 kB in 0s (1,862 kB/s)
9 t+ N! t; U& u( R4 E$ G - Selecting previously unselected package libfuse2:arm64." K/ i; L5 a1 e% p) P( o
- (Reading database ... 48017 files and directories currently installed.)' p' J/ @) q0 |9 K9 \6 t" R( z
- Preparing to unpack .../libfuse2_2.9.9-1_arm64.deb ... G* c9 w4 ]6 O, J% I6 h. c: D
- Unpacking libfuse2:arm64 (2.9.9-1) ...
; M5 W0 @. @ o' E% E' S* ] - Selecting previously unselected package fuse.3 J, ? u% A9 y, M
- Preparing to unpack .../fuse_2.9.9-1_arm64.deb ...8 l. t. `% D K' Z
- Unpacking fuse (2.9.9-1) ...
' w% y. v) b: W, ]1 ?: a, N( F - Selecting previously unselected package libntfs-3g883.
( r/ b3 `3 E+ k - Preparing to unpack .../libntfs-3g883_1%3a2017.3.23AR.3-3_arm64.deb ...
0 Z! U7 Y6 D$ |: [ - Unpacking libntfs-3g883 (1:2017.3.23AR.3-3) ...+ d4 x6 w x9 b! R8 Q5 f
- Setting up libfuse2:arm64 (2.9.9-1) ...
9 }+ Q) M3 \8 R7 J0 a- a3 X4 W - Setting up fuse (2.9.9-1) ...4 m% [8 H4 t4 t `1 P* z
- Selecting previously unselected package ntfs-3g.
5 ^ H5 ~, l7 b) F3 M - (Reading database ... 48049 files and directories currently installed.)
, }9 d3 w3 w# s: }% ^5 c - Preparing to unpack .../ntfs-3g_1%3a2017.3.23AR.3-3_arm64.deb ...9 t$ n2 l5 a, O7 W v0 C( c# |
- Unpacking ntfs-3g (1:2017.3.23AR.3-3) ...0 r# q9 ]! d: Y) t7 q8 W7 S
- Setting up libntfs-3g883 (1:2017.3.23AR.3-3) ...
- O: S/ a7 Z7 b - Setting up ntfs-3g (1:2017.3.23AR.3-3) ...
+ ^( V) d8 c/ @! @3 P - Processing triggers for man-db (2.8.5-2) ...
3 \3 C( d3 X& w - Processing triggers for libc-bin (2.28-10) ...4 Q! {! T4 z9 f
- root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sd6 U" c6 J: P: c$ j: L& g1 z
- sda sda1 sdb sdb1 sdb2
1 D1 |+ ]- o8 M - root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sdb1 /mnt/udisk/
& @" F1 K# g3 |, y
复制代码 9 F0 k. `5 `; h) g3 L
6 V6 |- {" t6 K. {$ |1 y
|
评分
-
查看全部评分
|