1. 程式人生 > >在CentOS7/CentOS6中支持exfat格式的U盤

在CentOS7/CentOS6中支持exfat格式的U盤

centos7 exfat U盤

https://blog.csdn.net/shile/article/details/52202030
需要安裝epel庫,Nux Dextop庫,再安裝fuse-exfat和exfat-utils包,即可識別exfat格式。
yum -y install epel-release
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum repolist
yum --enablerepo=nux-dextop install fuse-exfat exfat-utils

由於Nux Dextop倉庫可能會與其他第三方庫有沖突,比如(Repoforge和ATrpms)。

所以,建議默認情況下不啟用Nux Dextop倉庫。

打開/etc/yum.repos.d/nux-dextop.repo,將"enabled=1" 修改為 "enabled=0"。
$ sudo vi /etc/yum.repos.d/nux-dextop.repo

在CentOS7/CentOS6中支持exfat格式的U盤