1. 程式人生 > >centos7 安裝ntfs-3g

centos7 安裝ntfs-3g

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.linuxidc.com/Linux/2016-11/137620.htm