Linux - Mount NTFS File System in CentOS

1. yum install fuse-ntfs-3g (need to add the yum repo “rpmforge”)
2. mount -t ntfs /dev/sdb1 /data
3. update /etc/fstab (optional):

/dev/sdb1       /data  ntfs    rw      1 2