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
I use El capitan 10.11.1.
I followed the instructions, before creating a symlink for mount_ntfs, I disabled SIP, and after creating symlink I re-enabled SIP. But no success. I can't write to a NTFS formatted external disk.