yum -y install gcc
wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz
tar zxvf ntfs-3g_ntfsprogs-2013.1.13.tgz
cd ntfs-3g_ntfsprogs-2013.1.13 ./configure make make install
mkdir /mnt/window
mount -t ntfs-3g /dev/sdb1 /mnt/windowumount /dev/sdb1