Centos 5.1系统中安装NTFS设置使用

85251846 2010-01-13

Centos 5.1系统已被广泛应用但是也在不断的更新,这里介绍Centos 5.1系统安装设置使用,帮助大家安装更新Centos 5.1系统。Centos 5.1系统安装NTFS读写支持CentOS 5默认是不支持挂载NTFS,因此我们需要安装ntfs-3g 。

1. Centos 5.1系统中安装fuse

建议不要用二进制包安装而应该用源代码安装,我刚开始用二进制包安装总是提示
FATAL: Module fuse not found.
fuse: device not found, try 'modprobe fuse' first
FUSE mount point creation failed
郁闷了一阵子干脆源码安装
首先下载fuse2.72http://sourceforge.net/project/showfiles.php?group_id=121684
然后就是经典的./configure&&make&&make install&&make clean
PS:执行./configure别忘了加参数--prefix=/usr,否则默认安装在/usr/local/lib,这样有需要编辑/etc/ld.so.conf把/usr/local/lib加进去,再执行 /sbin/ldconfig,不然安装ntfs-3g会有错误。

2.Centos 5.1系统中安装ntfs-3g

这里建议用二进制包安装,免去编译的麻烦
下载地址:http://www.cnblogs.com/shujuhuifu/admin/ftp://rpmfind.net/linux/fedora/e ... .417-1.fc7.i386.rpm 下载这个版本就行了,高版本f8,f9又需要高版本的glibc库。

3.Centos 5.1系统中使用ntfs-3g

相关推荐