homebrew

How To Make NTFS Partitions Writable In Mac OSX

2018-03-21 In case the ntfs-3g no longer works after Windows updates or macOS High Sierra update, we can re-install ntfs-3g by updating: xcode-select –install brew uninstall ntfs-3g brew update brew install ntfs-3g sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original3 sudo ln -s /usr/local/Cellar/ntfs-3g/*/sbin/mount_ntfs /sbin/mount_ntfs Reboot and everything should work if the Windows partition is clean – should run