How to mount NTFS on CentOS
Make sure that you have the rpmforge repo installed
yum install fuse fuse-ntfs-3g
yum --enablerepo=rpmforge install fuse fuse-ntfs-3g
For CentOS 7 or 6, the EPEL repository is carrying later NTFS packages, EPEL is alose usable for CentOS 5.
yum install ntfs-3g
yum --enablerepo epel install ntfs-3g