Skip to content

Instantly share code, notes, and snippets.

@Demacr
Created November 22, 2020 16:42
Show Gist options
  • Save Demacr/3c74c446c3642964f3171d918df26e64 to your computer and use it in GitHub Desktop.
Save Demacr/3c74c446c3642964f3171d918df26e64 to your computer and use it in GitHub Desktop.
macos mount NTFS
sudo ntfs-3g -o uid=501 -o gid=20 /dev/disk4s1 ./NTFS -o local -o allow_other -o auto_xattr -o auto_cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment