Add Read/Write support for NTFS on CentOS 5.2

Posted by Martin Perron on Jan 26, 2009 in HowTo - Linux4 comments

You 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!


  • Share/Save/Bookmark

4 comments

» Comments RSS Feed
  1. I followed these instructions and now It says I am missing vmlinuz-2.6.18-128.el5. Any ideas?

  2. which repo contains ntfs-3g package for Centos-5.2 ?

    when i try to search this packages i dont get it.

  3. yum install fuse fuse-ntfs-3g dkms dkms-fuse

  4. oh.. sorry for the answer.. It’s rpmforge!
    https://rpmrepo.org/RPMforge

Leave a comment