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

时间:2020-01-15 00:36:22   收藏:0   阅读:109

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!