- Install
osxfuse:
brew cask install osxfuse-
Reboot your Mac.
-
Install
ntfs-3g:
brew install ntfs-3gNote: if it will be still yelling that osxfuse is required even if you already installed it,
try to reinstall it by running command: brew cask reinstall osxfuse.
- Disable System Integrity Protection (SIP):
Reboot your Mac and press (or hold) Command + R, then from the top menu from Tools open Terminal and run command:
csrutil disable- Replace Apple's NTFS mount tool with the one provided by
ntfs-3g:
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo ln -s /usr/local/sbin/mount_ntfs "/Volumes/Macintosh HD/sbin/mount_ntfs"
Since homebrew has decided to disable fuse related formulae, I am thinking of maintaining this tap for people who still want to use to get
ntfs-3gusing homebrew. Install it using:brew install darelover/ntfs-3g/ntfs-3g