Skip to content

Instantly share code, notes, and snippets.

@startergo
Last active December 1, 2024 15:09
Show Gist options
  • Save startergo/fa192e6750b9e56e2648e01dacc765af to your computer and use it in GitHub Desktop.
Save startergo/fa192e6750b9e56e2648e01dacc765af to your computer and use it in GitHub Desktop.
Installing NTFS-3g on macOS
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac
  • Or with MacPorts:
sudo port install NTFS-3g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment