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
I have the same problem as @sukanth. Drive counter increases every time I connect it: https://www.dropbox.com/s/5otyjucno4h42p4/Screenshot%202015-10-11%2013.30.07.png?dl=0
EDIT: this helped me https://gist.github.com/mrpatiwi/8bca2f20b140150f1cbd#gistcomment-1586748 !