Skip to content

Instantly share code, notes, and snippets.

@vbguard
Forked from exAspArk/macos+ntfs.sh
Created October 4, 2019 21:47
Show Gist options
  • Save vbguard/5390633c686404360a0439c8537e27a4 to your computer and use it in GitHub Desktop.
Save vbguard/5390633c686404360a0439c8537e27a4 to your computer and use it in GitHub Desktop.
Mount writable NTFS disk with osxfuse + ntfs-3g
sudo mkdir /Volumes/NTFS
diskutil list
sudo /usr/local/bin/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