Make CENTOS mount NTFS
Download fuse & ntfs-3g.
Use Yum:
Prompt>yum install -y fuse ntfs-3g
Mount the partition:
[root@server1~]# mount.ntfs-3g /dev/sda9 /mnt/temp
This assumes /dev/sda9 is the NTFS partition and /mnt/temp is the place to mount it to.