Centos 7 支持NTFS文件系统
我们知道默认大部分linux是不支持NTFS
如果有需要,我们需要安装ntfs-3g 来让系统支持ntfs
centos 默认的源中是没有nfts-3g的,需要额外加载
- 添加源,这里用的是阿里云的源
[root@localhost terry]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2.更新
yum -y update
3.安装ntfs-3g
[root@localhost terry]# yum -y install ntfs-3g
4.然后mount 就可以使用了