1.首先下载ntfs-3g http://www.tuxera.com/community/ntfs-3g-download/
2.解压 $tar zxvf ntfs-3g_ntfsprogs-2011.4.12.tgz
3.在源码目录下依次执行./configure make make install
4.用root权限建立/sbin/mount.ntfs文件,内容如下:
#!/bin/sh
export LANG=en_US.UTF-8
exec /sbin/mount.ntfs-3g "$@"
5. 添加可执行权限
chmod +x /sbin/mount.ntfs