Skip to content

Instantly share code, notes, and snippets.

@exAspArk
Last active December 23, 2019 13:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save exAspArk/ee0211e29f0593ed21f5612fad934580 to your computer and use it in GitHub Desktop.
Save exAspArk/ee0211e29f0593ed21f5612fad934580 to your computer and use it in GitHub Desktop.
Mount writable NTFS disk with osxfuse + ntfs-3g
# brew install ntfs-3g
sudo mkdir /Volumes/NTFS
diskutil list
sudo ntfs-3g /dev/disk2s1 /Volumes/NTFS -olocal -oallow_other
rsync -v --progress ~/Downloads/something /Volumes/NTFS/
sudo umount /Volumes/NTFS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment