当没有ntfs的内核支持包的时候,用以下方法挂载ntfs移动硬盘
一.下载所需源码
fuse最新版本官网下载地址:http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.3/fuse-2.8.3.tar.gz/download
ntfs-3g最新版本官网下载地址:http://www.tuxera.com/opensource/ntfs-3g-2010.10.2.tgz
二.安装源码
建议安装前阅读INSTALL、REDEME文档里面有详细的安装方法和参数说明。
1.安装fuse
[root@localhost ~]#tar �Czxvf fuse-2.8.3.tar.gz
[root@localhost ~]#cd fuse-2.8.3
[root@localhost ~]#./configure
[root@localhost ~]#make && make install
[root@localhost ~]#modprobe fuse
2.安装ntfs-3g
[root@localhost ~]#tar �Czxvf ntfs-3g-2010.3.6.tgz
[root@localhost ~]#cd ntfs-3g-2010.3.6
[root@localhost ~]#./configure
[root@localhost ~]#make && make install
三.挂载NTFS分区
mount -t ntfs-3g /dev/sde1 /mnt/