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:

[root@localhost Gu]# yum --enablerepo epel install ntfs-3g
Loaded plugins: fastestmirror, langpacks
Error getting repository data for epel, repository not found
Or you need run this commond:
sudo yum install epel-release

Install NTFS support

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

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