Skip to content

Instantly share code, notes, and snippets.

@sujunmin
Last active March 16, 2017 09:53
Show Gist options
  • Save sujunmin/b976f7297e61c9d6e83cc5ada5fa8303 to your computer and use it in GitHub Desktop.
Save sujunmin/b976f7297e61c9d6e83cc5ada5fa8303 to your computer and use it in GitHub Desktop.
Mac OS X Mount Windows NTFS In Write Mode
  1. Install osxfuse

  2. Install homebrew

  3. In Terminal, brew install homebrew/fuse/ntfs-3g

  4. Reboot, press Option + Command + R to boot in recovery mode (I don't have recovery partition, so press Option + Command + R)

  5. Open Terminal, csrutil disable (Disable System Integrity Protection)

  6. Reboot again normally

  7. In Terminal

    a. sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original

    b. sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs

  8. Reboot to recovery mode again

  9. Open Terminal, csrutil enable (Enable System Integrity Protection)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment