然后安装下列组件。
yum install fuse ntfs-3g -y
注:如果你在使用 CentOS 5.3 或更旧版本,那么你需要安装来自 ELRepo 的 kmod-fuse。
2. 使用ntfs-3g官方源码编译安装的方法:
ntfs-3g下载页面:http://www.tuxera.com/community/ntfs-3g-download/
安装步骤:
wget http://tuxera.com/opensource/ntfs-3g-2010.8.8.tgz
tar zxvf ntfs-3g-2010.8.8.tgz
cd ntfs-3g-2010.8.8
./configure
make
make install
以上两种方法二选一,yum只适用于Redhat系,编译安装适用于所有Linux发行版
二、挂载NTFS文件系统
假设你的NTFS文件系统是 /dev/sda1 而你将会把它挂载在 /mnt/windows/c,请执行以下步骤。
1. 创建挂载点。(一般建议挂在mnt目录里)
mkdir /mnt/windows/c