美文网首页
Centos7 安装完成后不支持exfat,NTFS解决

Centos7 安装完成后不支持exfat,NTFS解决

作者: 灭霸_ | 来源:发表于2019-04-26 17:15 被阅读0次

    1.安装epel源
    对于RHEL/CentOS 7(复制/粘贴):

    yum -y install epel-release

    exfat:
    1.安装Nux Dextop库:

    rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    2.检查Nux Dextop是否安装成功:

    yum repolist

    如果仓库列表中有Nux Dextop就安装成功。
    3.安装exfat支持库文件

    yum -y --enablerepo=nux-dextop install fuse-exfat exfat-utils

    NTFS:

    yum -y install ntfs-3g

    相关文章

      网友评论

          本文标题:Centos7 安装完成后不支持exfat,NTFS解决

          本文链接:https://www.haomeiwen.com/subject/preqnqtx.html