|
装的debian,想要挂载外置的3.5寸硬盘。发现无法mount ntfs系统。搜索一下找到一个方法,ntfs-3g就可以解决。
) w9 K0 w' l$ t3 O. Uapt install ntfs-3g( r+ |. u3 L( d/ @3 f% f
以下为全过程
* A& d& J/ z* k4 h4 w9 r5 t
5 \7 n$ L3 S4 y) P- root@catdrive:/dev# mount /dev/sdb1 /mnt/udisk* }/ T# d) f2 z, M: Z7 v: Y
- mount: /mnt/udisk: unknown filesystem type 'ntfs'.
9 b* N0 I) t' g( w1 i7 U - root@catdrive:/mnt/udisk# apt install ntfs-3g
( Y3 ]( O* B" c2 D& U - Reading package lists... Done$ w' g" Y: T6 D) i# L- I* ~0 u
- Building dependency tree6 d$ m# `) H! x% u) Y8 J
- Reading state information... Done
' h ^3 A# |# s+ j. X - The following additional packages will be installed:0 G4 h& t7 x" k) z( c R
- fuse libfuse2 libntfs-3g8835 I2 H% Q; f6 e9 {
- The following NEW packages will be installed:
* `' _/ D1 G* Q8 B - fuse libfuse2 libntfs-3g883 ntfs-3g! w( W! \6 ~& T) F
- 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
) w' ? K( W$ r C5 O - Need to get 729 kB of archives.
3 z+ a# Q& w$ E0 v - After this operation, 2,278 kB of additional disk space will be used.
, r1 K8 ~- u! S5 P3 U; z - Do you want to continue? [Y/n] y# d% `7 ~" q1 i, D3 b) Q, u
- Get:1 https://mirrors.huaweicloud.com/debian buster/main arm64 libfuse2 arm64 2.9.9-1 [122 kB]# S$ ?+ r& T/ X( K& t9 V3 v* _
- Get:2 https://mirrors.huaweicloud.com/debian buster/main arm64 fuse arm64 2.9.9-1 [71.4 kB]
6 h0 n- p0 f" e6 b& N5 Z# _2 z' \ - Get:3 https://mirrors.huaweicloud.com/debian buster/main arm64 libntfs-3g883 arm64 1:2017.3.23AR.3-3 [154 kB]$ a. M) ]; F1 I, n0 w
- Get:4 https://mirrors.huaweicloud.com/debian buster/main arm64 ntfs-3g arm64 1:2017.3.23AR.3-3 [381 kB]
& g+ s m/ c0 T) z - Fetched 729 kB in 0s (1,862 kB/s)+ R+ z( M% k. `5 G/ E& W3 X" O9 Y
- Selecting previously unselected package libfuse2:arm64.) ^( M0 a0 T, }; u1 B
- (Reading database ... 48017 files and directories currently installed.)
* R" y4 `" b# g7 e3 K8 ~ - Preparing to unpack .../libfuse2_2.9.9-1_arm64.deb ...
6 r' z$ p' D1 N7 I. s1 L3 T5 V& n - Unpacking libfuse2:arm64 (2.9.9-1) ...) ?8 \; [$ B3 E; f- p
- Selecting previously unselected package fuse.
& d3 X7 J) h' Y- {8 K$ ~ - Preparing to unpack .../fuse_2.9.9-1_arm64.deb ...
C7 N* `) k. B" x8 d - Unpacking fuse (2.9.9-1) ...
" g$ a Z4 ?2 j/ f* ]* Q - Selecting previously unselected package libntfs-3g883.
2 u/ z/ t* [9 I+ L! T- v# f* N - Preparing to unpack .../libntfs-3g883_1%3a2017.3.23AR.3-3_arm64.deb ...0 ?# ^. t( L* \8 Z$ w1 U; C
- Unpacking libntfs-3g883 (1:2017.3.23AR.3-3) ...
; H: z, j6 d) @" d, w - Setting up libfuse2:arm64 (2.9.9-1) .... H$ l1 G% X( C1 g
- Setting up fuse (2.9.9-1) ...
, p! r0 w$ b4 z: m# _6 Y - Selecting previously unselected package ntfs-3g.
* N8 g L L$ a' {( N ]% u7 F - (Reading database ... 48049 files and directories currently installed.)
/ ]1 J! s5 y, o8 ~4 `& X$ \: P - Preparing to unpack .../ntfs-3g_1%3a2017.3.23AR.3-3_arm64.deb ...# I! G& n2 o, u; M% m% l* M
- Unpacking ntfs-3g (1:2017.3.23AR.3-3) ...1 X3 u8 K. N" B* G: P
- Setting up libntfs-3g883 (1:2017.3.23AR.3-3) ...' B6 u4 J; }! w
- Setting up ntfs-3g (1:2017.3.23AR.3-3) ..., t) U5 B' E1 K! q* U2 j0 l" s
- Processing triggers for man-db (2.8.5-2) ...3 L7 D- ^; L5 [6 p: @- {, |. k; l3 T
- Processing triggers for libc-bin (2.28-10) ...5 S0 O2 {- t9 ^1 t
- root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sd
' ^ _! q# B- R& ^' q) S - sda sda1 sdb sdb1 sdb2. c, O1 K( K$ `' w* N
- root@catdrive:/mnt/udisk# mount -t ntfs-3g /dev/sdb1 /mnt/udisk/
- `3 o- R8 g! u1 [
复制代码 , r6 F0 H1 o# O9 N$ f
- M ]. x- a- V3 k# @/ Z
|
评分
-
查看全部评分
|