Mount an NTFS disk

1. Install ntfs-3g

yum install ntfs-3g

2. Mount the disk

mount -t ntfs -r /dev/[device] /[mount point] -o posix=1

Options:
-r for read only
-o posix=1 to preserve long names