ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install caskroom/cask/brew-cask
brew cask install osxfuse
brew install homebrew/fuse/ntfs-3g
sudo nvram boot-args="rootless=0"
And reboot.
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
Based on: http://apple.stackexchange.com/questions/152661/write-to-ntfs-formated-drives-on-yosemite
The problem I have currently is that the drives do not show up in the Finder.
I have installed OSXFuse over their site and have now the newest version (2.8.2).
I have installed ntfs-3g via brew and can now write to the external NTFS partition if I go to /Volumes/MY_DRIVE_NAME
But the drive does not show up on the desktop nor does it show up in the Finder sidebar.