标签:
1.安装ntfs-3g
wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2015.3.14.tgz --no-check-certificate
tar zxvf ntfs-3g_ntfsprogs-2015.3.14.tgz
cd ntfs-3g_ntfsprogs-2015.3.14
./configure
make
make install
2.挂载 NTFS
mount -t ntfs-3g /dev/sdb1 /lanhuan
标签:
原文地址:http://www.cnblogs.com/lanhuan/p/4560035.html