CentOS默认源里没有ntfs3g,想要添加ntfs支持,无非是自己下载编译安装或者加源yum安装。
昨天重新安装了一个CentOS7,用的是添加aliyun的epel源来yum安装的方式,简单易行。
1、加源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2、安装
yum install ntfs-3g
安装ntfs-3g后,使用grub2-mkconfig -o /boot/grub2/grub.cfg就可以把windows添加到启动系统列表。
也可以使用mount -t ntfs 命令挂载u盘