1、先配置epel源,在/etc/yum.repos.d下建立epel.repo,内容如下:
2、查询NTFS相关的包: yum list |grep ntfs
3、安装ntfs-3g:yum install ntfs-3g -y
4、挂载U盘:mount /dev/sdb1 /mnt
5、查看里面文件
1、先配置epel源,在/etc/yum.repos.d下建立epel.repo,内容如下:
2、查询NTFS相关的包: yum list |grep ntfs
3、安装ntfs-3g:yum install ntfs-3g -y
4、挂载U盘:mount /dev/sdb1 /mnt
5、查看里面文件