CentOS 8 挂载 exfat 和 ntfs 格式的u盘 (2023.10)

有些场景,我们需要在服务器上插入U盘,但是现在的U盘或者移动硬盘,大多都是exFat或ntfs格式,很多linux系统识别不了,可以按照以下方式挂载。

1、安装nux repo(可以不装)

01
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

2、安装fuse包

01
yum install exfat-utils fuse-exfat -y

3、插u盘,看看u盘是否读取成功

挂载成功,可以开始使用了。
 
=========================
安装ntfs 格式的支持:
//1.  # wget -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
1. #yum install epel-release -y   //首先给centos  安装好epel 源。
2.yum install ntfs-3g
安装ntfs 支持,在centos8 Stream 和 iSoftServer (华为鲲鹏ARM服务器)上成功安装完成。
 
 
参考:https://www.cnblogs.com/doublexi/p/15649729.html     centos服务器上挂载exFat U盘
posted @ 2023-10-31 12:54  blues667  阅读(2888)  评论(0)    收藏  举报