Skip to content

Instantly share code, notes, and snippets.

@nahiyan
Created August 28, 2019 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahiyan/0281195b837a4005a1479199fbecd02b to your computer and use it in GitHub Desktop.
Save nahiyan/0281195b837a4005a1479199fbecd02b to your computer and use it in GitHub Desktop.
Mount NTFS partition macOS
diskutil list

sudo mkdir /Volumes/NTFS
sudo umount /dev/disk0s3
sudo ntfs-3g /dev/disk0s3 /Volumes/NTFS -olocal -oallow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment