Created
October 31, 2014 03:04
-
-
Save agungyuliaji/5d3a5097faae44cdfa50 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
brew install ntfs-3g | |
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig | |
sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs | |
The new osxfuse file system bundle needs to be installed by the root user: | |
sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems/ | |
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment