1. Install fuse and fuse-devel
[root@azka ~]# yum -y install fuse fuse-devel
or download the manual in http://fuse.sourceforge.net compile ago
./configure
make
make install
2. Install ntfs-3g
Download and compile the http://www.ntfs-3g.org/ntfs-3g-1.826.tgz
./configure
make
make install
3. If the error does not occur means that ntfs-3g can be used.
4. edit /etc/fstab
/dev/hdx /mnt/ntfs_gue ntfs-3g defaults 0 0
0 comments:
Post a Comment