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 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 !