What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:environment:addntfs [2015/06/11 05:18] – created haregylinux:environment:addntfs [2020/03/13 12:45] (当前版本) – [3] codinghare
行 1: 行 1:
-===== Add NTFS Support to CentOS 7 ====== 
-How to setup NTFS support in Centos 7 
-==== Setup source ==== 
  
-In this step, I would install EPEL Repo on my CentOS. You may skip this step if you didn't see something like below: 
-<code>[root@localhost Gu]# yum --enablerepo epel install ntfs-3g 
-Loaded plugins: fastestmirror, langpacks 
-Error getting repository data for epel, repository not found</code> 
-// 
-Or you need run this commond: 
-// 
-<code>sudo yum install epel-release</code> 
- 
- 
-==== Install NTFS support ==== 
- 
-Now I could just install NTFS-3G simply by running a command line. 
-<code>yum --enablerepo epel install ntfs-3g</code>