Skip to content

Instantly share code, notes, and snippets.

@andhikayuana
Created October 5, 2018 10:41
Show Gist options
  • Save andhikayuana/baaa4543df54142a5b16fdd76515ffea to your computer and use it in GitHub Desktop.
Save andhikayuana/baaa4543df54142a5b16fdd76515ffea to your computer and use it in GitHub Desktop.
Install ntfs-3g macos

Install ntfs-3g in macOS

  • Homebrew Required!
  • When enable/disable csrutil you must restart!
$ brew cask install osxfuse
$ brew install ntfs-3g
$ csrutil disable
$ csrutil status
$ sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
$ sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
$ csrutil enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment