1.安装编绎器:
yum groupinstall "Development Tools"
2.下载组件:
http://www.tuxera.com/community/ntfs-3g-download/
3.编绎安装
./configure
make
make install # or 'sudo make install' if you aren't root
4.挂载
mount -t ntfs-3g /dev/sda1 /mnt/windows
(注:其中 /dev/sda1可以通过使用root用户 fdisk -l 命令查看所有分区得到)
5.启动自动挂载(可选)
You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:
/dev/sda1 /mnt/windows ntfs-3g defaults 0 0