redhat识别ntfs的u盘需要ntfs-3g:
-
需要epel源(或者自己查找源码编译安装)
wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpm
yum install epel-release-7-1.noarch.rpm
yum repolist
yum install ntfs-3g
先用lsblk查看自己的u盘在哪个分区
-
mkdir /mnt/usb
mount -t ntfs /dev/sdb4 /mnt/usb/
本文出自 “血爪哇” 博客,请务必保留此出处http://sunrain990.blog.51cto.com/3700585/1551222