Mount NTFS using CentOS - plus
If you have tried all step to mount NTFS file system from all resource you got from internet, then the last try you have to do is install the CentOSplus kernel into your box.
Download the packages from http://mirror.centos.org/centos/5/centosplus/i386/RPMS/
# rpm -ivh kernel-xen*
This process will take a minutes, please be patient.
After all done, then restart your box and choose the new kernel.
Try to mount the NTFS filesystem
# mount /dev/hdc1 /mnt/myntfs
voila, you did it.