December 9, 2013

Install NTFS for CENTOS

First of all, you have to make sure that rpmforge repo installed. If not, here is how :

Open the terminal, and enter the following commannds :

Now you have rpmforge repo installed. Then you start install NTFS driver for CentOS by usinig the following command:

  • yum install fuse fuse-ntfs-3g
  • Try this if your rpmforge repo is disabled by default:   yum –enablerepo=rpmforge install fuse fuse-ntfs-3g

After this, you are able to plug any NTFS USB or device to your CENTOS. Enjoy !!!

 

 

Reference from this article and this page