CentOS默认源里没有ntfs3g,想要添加ntfs支持,无非是本身下载编译安装或者加源yum安装。centos
新安装了一个CentOS7,用的是添加aliyun的epel源来yum安装的方式,简单易行。centos7
一、加源spa
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
二、安装.net
yum update;yum install ntfs-3g
yum install ntfs-3g
转载自:http://blog.csdn.net/hsg77/article/details/50280085blog