Skip to content

Instantly share code, notes, and snippets.

@mkweskin
Created June 21, 2013 13:25
Show Gist options
  • Save mkweskin/5831102 to your computer and use it in GitHub Desktop.
Save mkweskin/5831102 to your computer and use it in GitHub Desktop.
Mount the volume named "Time Machine" from the terminal (Mac)
diskutil mount `diskutil list | grep "Time Machine" | awk {'print $7'}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment