1、下载ntfs-3g

下载地址:http://www.tuxera.com/community/ntfs-3g-download

2、安装ntfs-3g

[root@localhost ~]#tar zxvf ntfs-3g_ntfsprogs-2011.4.12.tgz

[root@localhost ~]#cd ntfs-3g_ntfsprogs-2011.4.12

[root@localhost ntfs-3g_ntfsprogs-2011.4.12]#./configure

[root@localhost ntfs-3g_ntfsprogs-2011.4.12]#make

[root@localhost ntfs-3g_ntfsprogs-2011.4.12]#make install

3、挂载NTFS分区

[root@localhost ~]#mount -t ntfs-3g /dev/sda3 /mnt/windows