Skip to content

Instantly share code, notes, and snippets.

@codeswimmer
Created January 25, 2013 03:37
Show Gist options
  • Save codeswimmer/4631549 to your computer and use it in GitHub Desktop.
Save codeswimmer/4631549 to your computer and use it in GitHub Desktop.
bash: unmount SSD drive
#!/bin/sh
diskutil umount /Volumes/ShadowSSD/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment