To install Xcode,
Open terminal and run following commands
Now plug-in NTFS device and check the info. It will be read and write supported.
goto AppStore and install Xcode
To install homebrew:
Open terminal and run following commands
Open terminal and run following commands
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew updateTo enable NTFS write support:
Open terminal and run following commands
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs
brew install osxfuse
Last command will display 2 commands, which will look like following:brew info osxfuse
sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems/Run them through terminal.
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
Now plug-in NTFS device and check the info. It will be read and write supported.
Comments
Post a Comment