添加源
cd /etc/yum.repos.d/
wget http://mirrors.aliyun.com/repo/epel-7.repo
安装ntfs-3g
yum install ntfs-3g
挂载分区
mount -t ntfs /dev/sdb1 /mnt
开机自动挂载
编辑/etc/fstab在末尾添加一行
/dev/sdb1 /mnt ntfs defaults 0 0
添加源
cd /etc/yum.repos.d/
wget http://mirrors.aliyun.com/repo/epel-7.repo
安装ntfs-3g
yum install ntfs-3g
挂载分区
mount -t ntfs /dev/sdb1 /mnt
开机自动挂载
编辑/etc/fstab在末尾添加一行
/dev/sdb1 /mnt ntfs defaults 0 0