Forked from crcastle/yosemite ntfs read+write.txt
Last active
January 10, 2016 21:22
-
-
Save jgonera/47ccb9cffe0716fcd4b9 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
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