Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@willb
Created March 26, 2009 20:41
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 willb/86317 to your computer and use it in GitHub Desktop.
Save willb/86317 to your computer and use it in GitHub Desktop.
# bit-for-bit copy of the drive at /dev/sda to sda.img on a removable disk
dd if=/dev/sda of=/media/removable/sda.img bs=1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment