Skip to content

Instantly share code, notes, and snippets.

@t0mab
Created October 24, 2015 19:52
Show Gist options
  • Save t0mab/0d6ebf1a85e7aa8b0070 to your computer and use it in GitHub Desktop.
Save t0mab/0d6ebf1a85e7aa8b0070 to your computer and use it in GitHub Desktop.

Install osxfuse

brew cask install osxfuse

Install ntfs-3g

brew install homebrew/fuse/ntfs-3g

for OSX 10.11 (El Capitan)

reboot in recovery cmd+r during startup / terminal

csrutil disable

And reboot.

Create a symlink for mount_ntfs

sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original 
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment