Step-1 Enable EPEL Repository
# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -ivh epel-release-latest-7.noarch.rpm
OR
# yum install epel-release
# yum clean all
# yum update
Step-2 Install NTFS-3G packages for enabling support for NTFS file system
# yum install ntfs-3g -y
Step-3 Enable NTFS support for file managers
# yum install ntfsprogs -y
Step-4 Check for NTFS File System support
Open any Graphical File Manager and check for NTFS file system support.