centos7中yum安装ntfs-3g解决双系统盘挂载在linux下的问题

CentOS默认源里没有NTFS-3G,想要添加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 update;yum install ntfs-3g

如果系统提示:没有可用软件包,可以输入

yum install ntfs*




原文地址:https://www.cnblogs.com/haoyul/p/12194610.html