当没有ntfs的内核支持包的时候,用以下方法挂载ntfs移动硬盘
一.下载所需源码fuse最新版本官网下载地址:http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.3/fuse-2.8.3.tar.gz/downloadntfs-3g最新版本官网下载地址:
二.安装源码建议安装前阅读INSTALL、REDEME文档里面有详细的安装方法和参数说明。1.安装fuse[root@localhost ~]#tar –zxvf fuse-2.8.3.tar.gz[root@localhost ~]#cd fuse-2.8.3[root@localhost ~]#./configure[root@localhost ~]#make && make install[root@localhost ~]#modprobe fuse2.安装ntfs-3g[root@localhost ~]#tar –zxvf 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/