Centos 7 supports ntfs and exfat (fat64) file systems

Source: Internet
Author: User
Tags rpmbuild

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

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.