Skip to content

Instantly share code, notes, and snippets.

@philipp-spiess
Created February 8, 2016 21:07
Show Gist options
  • Save philipp-spiess/e886251a3cd14adb7ee6 to your computer and use it in GitHub Desktop.
Save philipp-spiess/e886251a3cd14adb7ee6 to your computer and use it in GitHub Desktop.
OSX Disable Auto Mounting
diskutil info /Volumes/HDD_NAME | grep "UUID"
sudo echo "UUID=12345678-1ABC-1CDE-1FGH-123456789012 none hfs rw,noauto" > /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment