1、加源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2、安装
yum update;
yum install ntfs-3g
3.生成启动菜单(添加其他操作系统到 GRUB 2 菜单)
grub2-mkconfig -o /boot/grub2/grub.cfg
1、加源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2、安装
yum update;
yum install ntfs-3g
3.生成启动菜单(添加其他操作系统到 GRUB 2 菜单)
grub2-mkconfig -o /boot/grub2/grub.cfg