美文网首页红帽运维
centos7中yum安装ntfs-3g解决双系统盘挂载在lin

centos7中yum安装ntfs-3g解决双系统盘挂载在lin

作者: Kan_shan | 来源:发表于2019-05-21 08:40 被阅读0次
image.png

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

image.png

2、安装

yum update;yum install ntfs-3g

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

yum install ntfs*

相关文章

网友评论

    本文标题:centos7中yum安装ntfs-3g解决双系统盘挂载在lin

    本文链接:https://www.haomeiwen.com/subject/lqarzqtx.html