支持exfat格式的U盘
安装EPEL库(需要管理员权限)
su root
yum -y install epel-release
对于RHEL/CentOS 7(复制/粘贴)
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
检查Nux Dextop是否安装成功
yum repolist
安装exfat支持库文件
yum --enablerepo=nux-dextop install fuse-exfat exfat-utils
支持ntfs格式的U盘
切换到系统yum目录并下载阿里的epel
cd /etc/yum.repos.d/
wget http://mirrors.aliyun.com/repo/epel-7.repo
查找当前源上可用的ntfs-3g软件(可省略)
yum list ntfs*
安装
yum -y install ntfs-3g