Followers

Wednesday 4 December 2013

Mount ntfs partition on CentOS 6

1. open the terminal window with the root account.

2. download rpmforge for centos 6 to your system:

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

3. now install the rpmforge for centos 6:

rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm

4. just install/update the package fuse-ntfs-3g:

# yum update fuse-ntfs-3g

5. mount your units:

# yum install fuse-ntfs-3g