CentOS 7 支持ext4 mount: unknown filesystem type ‘exfat 问题解决
1.Install the nux repo for CentOS 7
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
2、安装这两个包
yum install exfat-utils fuse-exfat
3、挂载u盘
fdisk -l #查看u盘 /dev/sdb1
mount -t exfat /dev/sdbX(X是你的盘号) /mnt #挂在mnt目录下
挂载成功!
————————————————
参考文章
https://blog.csdn.net/qq_23435961/article/details/90237788
https://blog.csdn.net/Master_Lin_007/article/details/108280834