CentOS Mount NTFS file system

Source: Internet
Author: User
Tags epel repo

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:

  • Rhel/centos 6:
   # yum Install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
  • Rhel/centos 7:
   # 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.