Centos7 安装完成后不支持exfat,NTFS的处理办法

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

 

posted @ 2020-04-03 19:26  一颗大白鲸  阅读(1244)  评论(0编辑  收藏  举报