What & How & Why

这是本文档旧的修订版!


3

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: <sxh Bash>[root@localhost Gu]# yum –enablerepo epel install ntfs-3g Loaded plugins: fastestmirror, langpacks Error getting repository data for epel, repository not found</sxh> Or you need run this commond: <sxh Bash>sudo yum install epel-release</sxh>

Install NTFS support

Now I could just install NTFS-3G simply by running a command line.

yum --enablerepo epel install ntfs-3g
~~DUOSHUO~~