ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updatebrew install caskroom/cask/brew-caskbrew cask install osxfusebrew install homebrew/fuse/ntfs-3gsudo 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_ntfsBased on: http://apple.stackexchange.com/questions/152661/write-to-ntfs-formated-drives-on-yosemite
@gwild I solved that issue by downloading the latest version of osxfuse from github
https://github.com/osxfuse/osxfuse/releases
Install it using the dmg, brew has an old version qith a bug.