Skip to content

Instantly share code, notes, and snippets.

@varvaruc
Created November 16, 2013 22:02
Show Gist options
  • Select an option

  • Save varvaruc/7505926 to your computer and use it in GitHub Desktop.

Select an option

Save varvaruc/7505926 to your computer and use it in GitHub Desktop.
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