centos7 ntfs挂载

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum update
yum install ntfs-3g
yum install ntfs-3g
fdisk -l
mount -t ntfs-3g /dev/sdc1 /mnt

你可能感兴趣的:(centos7 ntfs挂载)