Esto es de la web oficial:
For CentOS-7 and CentOS-6 the EPEL repository is carrying later NTFS packages. EPEL is also usable for CentOS-5. To install, after enabling the repo per the Repositories page:
yum install ntfs-3g
or if you prefer to leave EPEL disabled by default
yum --enablerepo epel install ntfs-3g
You may also want to
yum install ntfsprogs ntfsprogs-gnomevfs
for additional functionality. (Take, for example, ntfsclone to copy ntfs-partitions with or without empty space.)