mount NTFS

#yum install ntfs-3g
#mount -t ntfs-3g   /dev/sdb1   /path_to/mount_point

When you execute the mount, the mount point automagically assumes these properties: user = root, group = root and permissions = drwxrwxrwx. This give write access to everyone.