What & How & Why

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:environment:addntfs [2016/09/24 03:17] – external edit 127.0.0.1linux:environment:addntfs [2020/03/13 12:45] (当前版本) – [3] codinghare
行 1: 行 1:
-===3=== 
-http://yugu.me/doku.php?id=linux:software:sublimetext 
-===3=== 
  
-==== 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> 
-~~DUOSHUO~~