系统相关
首页 > 系统相关> > CentOS 7 ntfs兼容包安装

CentOS 7 ntfs兼容包安装

作者:互联网

判断ntfs-3g是否已安装

  1. 查看是否已安装rpm ntfs-3g
 rpm -qa | grep ntfs-3g

2.查看是否已安装yum ntfs-3g

yum list installed | grep ntfs-3g

-yum安装ntfs兼容包

  1. 添加aliyun的epel源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
  1. yum 安装ntfs-3g
 yum install ntfs-3g
  1. 判断 yum 安装ntfs-3g是否成功
yum list installed | grep ntfs-3g

标签:epel,ntfs,CentOS,3g,兼容,repo,yum,安装
来源: https://blog.csdn.net/weixin_41672234/article/details/121997294