Skip to content

Instantly share code, notes, and snippets.

@jgonera
Forked from crcastle/yosemite ntfs read+write.txt
Last active January 10, 2016 21:22
Show Gist options
  • Save jgonera/47ccb9cffe0716fcd4b9 to your computer and use it in GitHub Desktop.
Save jgonera/47ccb9cffe0716fcd4b9 to your computer and use it in GitHub Desktop.
Update Homebrew:
> brew update
Install osxfuse:
> brew cask install osxfuse
Install ntfs-3g:
> brew install ntfs-3g
Link mount_ntfs:
> sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
> sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
The output of the following should be as below:
> ls -l /sbin/mount_ntfs*
/sbin/mount_ntfs -> /usr/local/sbin/mount_ntfs
/sbin/mount_ntfs.original -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs
Reboot and voila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment