Skip to content

Instantly share code, notes, and snippets.

@cmaas
Created February 28, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmaas/e15167ee4e402ef1a9ff to your computer and use it in GitHub Desktop.
Save cmaas/e15167ee4e402ef1a9ff to your computer and use it in GitHub Desktop.
Backup of an SD Card on OS X with dd
diskutil list
diskutil unmountdisk /dev/disk2s1
dd if=/dev/disk2s1 of=card.img bs=1m
Check status of dd by pressing Ctrl + T in Terminal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment