Linux 挂载ntfs文件系统技巧

当没有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 –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 fuse


2.安装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/


本文出自 “梦三国” 博客,谢绝转载!

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。