安装exfat文件系统
- 安装epel-release
CentOS/RHEL 7:
bash
> yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm
CentOS/RHEL/Rocky 8:
bash
> yum install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
- 安装nux repo
bash
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
- 安装exfat
bash
yum install -y exfat-utils fuse-exfat
- 安装ntfs
- 下载ntfs-3g源码包
https://github.com/tuxera/ntfs-3g/releases
- 编译安装
解压并进入目录
bash
./configure
make & make install
ln -s /usr/sbin/mount.ntfs-3g /usr/sbin/mount.ntfs