I、安装ntfs-3g
由于Linux
系统不识别Windows
的ntfs
分区,所以需要安装一下小插件
1.添加源
$ wget -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2.安装
$ yum install ntfs-3g
II、修复引导
$ grub2-mkconfig -o /boot/grub2/grub.cfg
由于Linux
系统不识别Windows
的ntfs
分区,所以需要安装一下小插件
1.添加源
$ wget -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2.安装
$ yum install ntfs-3g
$ grub2-mkconfig -o /boot/grub2/grub.cfg
近期评论