#3
Newbie
Joined:2011/7/22
From
Posts:2
i had the same problem and i solved through RPMForge…
with a few steeps the problem is gone:
1. open the terminal window with the root account.
2. download rpmforge for centos 6 to your system:
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
3. now install the rpmforge for centos 6:
rpm -Uvh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
4. just install/update the package fuse-ntfs-3g:
# yum update fuse-ntfs-3g
5. mount your units:
# mount -a
Posted on: 2011/7/22 14:51
Herzer
Re: Unable to mount ntfs partition on CentOS 6.
#4
Newbie
Joined:2011/7/22
From
Posts:2
if 4th step doesnt work u should try:
# yum install fuse-ntfs-3g
and 5th step isnt necessary…