The CentOS system does not recognize the NTFS file system by default, such as inserting a U-disk, or Windows/linux dual systems, which cannot be read. After searching to read the CentOS wiki, you can install ntfs-3g to enable CentOS support to mount the NTFS file system.
<!> while older NTFS drivers were prone to eat your data in R/w-mode, ntfs-3g seems to be r/w safe. See the NTFS-3G page for more information. The EPEL repository carries ntfs-3g packages for CentOS-7 and CentOS-6. To install, after enabling the EPEL repo per the repositories page:
1, official website download: ntfs-3g
English website, a rough view I did not find the download link, then give up, instead of yum installation.
2,yum installation ntfs-3g
To install ntfs-3g using Yum, you need to add a third-party repository: EPEL, according to the documentation, run the following command:
[email protected] downloads]# Yum--enablerepo = Extras install epel-releaseloaded plugins:fastestmirror, Langpackserro R getting repository data for =, repository not found[[email protected] downloads]# Yum--enablerepo = Extras install Epel -release.noarch Loaded plugins:fastestmirror, langpackserror getting repository data for =, repository not found
But whether the command that executes the document or the command that my computer system automatically complements is unsuccessful, continue reading Epel official documents
Retrieve signed binary configuration files from one the above the other links (varying by the major release number of th E installation target machine). They may automatically installed by root thus:
# yum Install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
# yum Install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Follow the instructions in the Quick Start section above to install the command successfully. Or you can run it directly: yum install epel-release
NOTE for CentOS usersyou can install EPEL by running yum install Epel-release. The package was included in the CentOS Extras repository, enabled by default.
Then formally install the NTFS-3G:
yum install ntfs-3g fuse
[email protected] downloads]# yum install ntfs-3g fuse Loaded plugins:fastestmirror, Langpacksepel/x86_64/metalink | 7.5 KB 00:00......installed: ntfs-3g.x86_64 2:2017.3.23-1.el7 Updated: fuse.x86_64 0:2.9.2-8.el7 complete!
After the installation is complete, insert the U-disk and successfully identify.
CentOS Mount NTFS file system