下载: wget http://nchc.dl.sourceforge.NET/project/fuse/fuse-2.X/2.9.2/fuse-2.9.2.tar.gz
安装:
tar -zxvf tar -zxvf fuse-2.9.2.tar.gz cd fuse-2.9.2./configure make make install modprobe fuse
下载:wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz
安装:
tar -zxvf tar ntfs-3g_ntfsprogs-2013.1.13.tgz cd ntfs-3g_ntfsprogs-2013.1.13./configuremakemake install
mkdir /mnt/usb fdisk -l mount -t ntfs-3g /dev/sdb1 /mnt/usb
本文出自 “秋” 博客,请务必保留此出处http://souji130.blog.51cto.com/10675532/1901701
原文:http://souji130.blog.51cto.com/10675532/1901701