您的位置:首页 > 运维架构 > Linux

centos7中yum安装ntfs-3g

2017-07-31 16:22 260 查看
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[/code] 
2、安装

yum update;yum install ntfs-3g


yum install ntfs-3g
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  centos linux ntfs