Add Read/Write support for NTFS on CentOS 5.2
Posted by Martin Perron on Jan 26, 2009 in HowTo - Linux • 4 commentsYou want to use your ntfs partition with your CentOS installation? Follow theses steps!
yum install fuse fuse-ntfs-3g dkms dkms-fuse
Now you need to add a line like the following on /etc/fstab
nano /etc/fstab
/dev/sda5 /doc ntfs-3g rw,umask=0000,defaults 0 0
Create the folder /doc
mkdir /doc
Test your mount line:
mount /doc
mount -a
df -h
Enjoy!

I followed these instructions and now It says I am missing vmlinuz-2.6.18-128.el5. Any ideas?
which repo contains ntfs-3g package for Centos-5.2 ?
when i try to search this packages i dont get it.
yum install fuse fuse-ntfs-3g dkms dkms-fuse
oh.. sorry for the answer.. It’s rpmforge!
https://rpmrepo.org/RPMforge