Skip to content

Instantly share code, notes, and snippets.

@agungyuliaji
Created October 31, 2014 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agungyuliaji/5d3a5097faae44cdfa50 to your computer and use it in GitHub Desktop.
Save agungyuliaji/5d3a5097faae44cdfa50 to your computer and use it in GitHub Desktop.
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