centos7中yum安装ntfs-3g
Posted TK-D小跆风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7中yum安装ntfs-3g相关的知识,希望对你有一定的参考价值。
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
2、安装
yum update
yum install ntfs-3g
yum install ntfs-3g
以上是关于centos7中yum安装ntfs-3g的主要内容,如果未能解决你的问题,请参考以下文章