Centos8挂载U盘【NTFS】

Centos8挂载U盘【NTFS】

1、添加aliyun的epel源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

2、yum 安装ntfs-3g

 yum install ntfs-3g

3、判断 yum 安装ntfs-3g是否成功

[root@localhost justypc]# yum list installed | grep ntfs-3g

4、挂载文件

mount /dev/sdb1 /mnt/usb/

5、取消挂载

umount /mnt/usb/

你可能感兴趣的:(Linux)