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
Hello All ,
I have tried disabling the csrutil in recovery mode (it worked :-)). now when i plugin my external hard drive its not showing up my NTFS drive on desktop . But when i go to the disk utility and click on show in finder i am able to see my hard drive and its content writable .
Please let me know what do i need to do if the drive needs to mount on desktop and show the icon so that it is easy for me to click and access instead of going to the disk utility every time ..
Waiting for the responses .