Install NTFS Support

Install NTFS driver:
With repositories like Fedora Extras it’s now very easy to add NTFS support to Fedora:

# yum -y install ntfs-3g

Then you can simply mount NTFS file systems using the option -t ntfs-3g.
Download Fuse-2.6.3 .

Installation
tar -zxvf fuse-2.6.3.tar.gz
./configure
make
make install

more help?