Centos 7 supports ntfs and exfat (fat64) file systems
FUSE: Filesystem in Userspace is a module used in Linux to mount certain network spaces, such as SSH, to the local file system.
Rpm-Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
Ntfs partition read/write support:
Yum install fuse-ntfs-3g
Exfat (fat64) is supported by the fuse module.
Http://download1.rpmfusion.org/free/el/updates/6/SRPMS/repoview/index.html
Wget http://download1.rpmfusion.org/free/el/updates/6/SRPMS/fuse-exfat-1.0.1-2.el6.src.rpm
Wget http://download1.rpmfusion.org/free/el/updates/6/SRPMS/exfat-utils-1.0.1-2.el6.src.rpm
Useradd mockbuild
Yum install scons gcc
Yum install fuse-devel
Rpm-ihv fuse-exfat-1.0.1-2.el6.src.rpm exfat-utils-1.0.1-2.el6.src.rpm
Cd/root/rpmbuild/
Cd SPECS/
Rpmbuild-ba fuse-exfat.spec
Rpmbuild-ba exfat-utils.spec
Cd ../RPMS/x86_64/
Rpm-ihv exfat-utils-1.0.1-2.el7.centos.x86_64.rpm fuse-exfat-1.0.1-2.el7.centos.x86_64.rpm