在CentOS7/CentOS6中支持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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章