Created
November 16, 2013 22:02
-
-
Save varvaruc/7505926 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| For CentOS-6 the EPEL repository is carrying later NTFS packages. EPEL is also usable for CentOS-5. To install, after enabling the repo per the Repositories page: | |
| yum install ntfs-3g | |
| or if you prefer to leave EPEL disabled by default | |
| yum --enablerepo epel install ntfs-3g | |
| You may also want to | |
| yum install ntfsprogs ntfsprogs-gnomevfs | |
| for additional functionality. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment