Created
October 21, 2014 12:17
-
-
Save thanhtam92/f5a2072185fb4ce63067 to your computer and use it in GitHub Desktop.
How to Enable NTFS mount Centos
This file contains 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
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
yum -y install ntfs-3g | |
Ref: http://www.sohailriaz.com/how-to-enable-ntfs-support-in-centos-6-3/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment