【Liunx学习笔记】 挂载NTFS移动硬盘

系统:Cent os 7

安装ntfs-3g

wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz

tar zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz

cd ntfs-3g_ntfsprogs-2017.3.23

./configure

make

make install

挂载

mount -t ntfs-3g /dev/sdb5 db5/

你可能感兴趣的:(Linux)