CentOS默认源里没有ntfs-3g,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。
1.添加阿里云的源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2.yum update
3.yum install ntfs-3g
接下来重启就能引导windows了
CentOS默认源里没有ntfs-3g,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。
1.添加阿里云的源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2.yum update
3.yum install ntfs-3g
接下来重启就能引导windows了