|
装的debian,想要挂载外置的3.5寸硬盘。发现无法mount ntfs系统。搜索一下找到一个方法,ntfs-3g就可以解决。
7 g1 Q7 M2 j' ?apt install ntfs-3g* O' J% t5 G% R& Y
以下为全过程$ a x9 ?$ x$ n, J' l {
: t h" d! d: h+ T X( o
- root@catdrive:/dev# mount /dev/sdb1 /mnt/udisk
6 H% } C# |! i3 f x - mount: /mnt/udisk: unknown filesystem type 'ntfs'.5 F0 [1 U; s' D2 p+ g2 E0 s" n; U3 X
- root@catdrive:/mnt/udisk# apt install ntfs-3g
" U$ r% O) c: i - Reading package lists... Done! s6 b7 s- t6 u8 Q$ b, d
- Building dependency tree, V) |1 o c! b
- Reading state information... Done) l. f0 j( I# k) _
- The following additional packages will be installed:
2 p1 I; V/ L5 S6 Z - fuse libfuse2 libntfs-3g8838 Y4 Z. `8 \8 r) |1 h9 F
- The following NEW packages will be installed:7 T& t' ^$ X: t- O! y' ?
- fuse libfuse2 libntfs-3g883 ntfs-3g
0 D8 d5 p0 L. Z& w; U4 s' n$ L - 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.' I2 J% H+ }% h/ @2 J/ m
- Need to get 729 kB of archives.# b7 Y( A$ [& t. [
- After this operation, 2,278 kB of additional disk space will be used., D. U# ~ x" L9 w/ t7 \
- Do you want to continue? [Y/n] y, K; w7 d+ Q, N1 ~) _* @
- Get:1 https://mirrors.huaweicloud.com/debian buster/main arm64 libfuse2 arm64 2.9.9-1 [122 kB]/ |% ]& [' C/ G3 N
- Get:2 https://mirrors.huaweicloud.com/debian buster/main arm64 fuse arm64 2.9.9-1 [71.4 kB]/ Q! y7 R* U, `7 B
- Get:3 https://mirrors.huaweicloud.com/debian buster/main arm64 libntfs-3g883 arm64 1:2017.3.23AR.3-3 [154 kB]9 j7 e! H1 }) ^) C! t) i
- Get:4 https://mirrors.huaweicloud.com/debian buster/main arm64 ntfs-3g arm64 1:2017.3.23AR.3-3 [381 kB]# l, d+ o' Q1 Q' s; L8 j' V$ U( i
- Fetched 729 kB in 0s (1,862 kB/s)3 t/ }6 ]6 f4 }3 G
- Selecting previously unselected package libfuse2:arm64.
( n& ^$ d3 x; y9 C1 K - (Reading database ... 48017 files and directories currently installed.)# b' L6 Q9 j( S2 ?6 i
- Preparing to unpack .../libfuse2_2.9.9-1_arm64.deb ...
& t5 k$ o/ X' C6 Q5 n2 |8 ` - Unpacking libfuse2:arm64 (2.9.9-1) ...
& `7 }( o$ P, I7 }, _# {! b - Selecting previously unselected package fuse.+ |# T9 p0 k# x+ `# `( D$ w: E
- Preparing to unpack .../fuse_2.9.9-1_arm64.deb ...
2 z7 P+ s4 G$ _" v! ]1 i. z0 v7 U - Unpacking fuse (2.9.9-1) ...
0 M7 E) r6 j+ ?- E% \9 a: e% S8 W - Selecting previously unselected package libntfs-3g883.+ K4 {# E0 X; Q: t) t
- Preparing to unpack .../libntfs-3g883_1%3a2017.3.23AR.3-3_arm64.deb ...% O5 f) u" n6 V3 H) W
- Unpacking libntfs-3g883 (1:2017.3.23AR.3-3) ...
' T) U& U2 f& S% t - Setting up libfuse2:arm64 (2.9.9-1) ...
8 t& r) T2 I' E4 a6 g u - Setting up fuse (2.9.9-1) ...
3 [% }9 H, j; D% s. T/ _ - Selecting previously unselected package ntfs-3g., s! ?. c2 x8 l& P: ~! \! g' k
- (Reading database ... 48049 files and directories currently installed.)
& `! R* _' u8 D4 J# Q& C - Preparing to unpack .../ntfs-3g_1%3a2017.3.23AR.3-3_arm64.deb ...
$ s2 o! q$ r$ z: d0 | - Unpacking ntfs-3g (1:2017.3.23AR.3-3) ...
! N& M# [/ A# a - Setting up libntfs-3g883 (1:2017.3.23AR.3-3) ...7 _+ D `$ u' `9 F6 `& A! r3 W$ K- q
- Setting up ntfs-3g (1:2017.3.23AR.3-3) ...
: x% N; E5 L( K0 ] - Processing triggers for man-db (2.8.5-2) ...
! J; z* R3 o! ` - Processing triggers for libc-bin (2.28-10) ...
# H6 d$ N) l8 T' r) ?8 P" K: ? - root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sd8 u2 J' Z6 m* N
- sda sda1 sdb sdb1 sdb2& ^& U6 ?% c- J/ ~7 k8 g! @
- root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sdb1 /mnt/udisk/
! u0 C0 e1 ~, c( W, y. B
复制代码
* V6 i. A/ u5 |' O( P4 i& r
8 L5 b9 j$ s7 b/ W( _( l |
评分
-
查看全部评分
|