Skip to content

Instantly share code, notes, and snippets.

@alenabdula
Last active August 29, 2015 14:06
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 alenabdula/30d46b0c6d04a49cb7ce to your computer and use it in GitHub Desktop.
Save alenabdula/30d46b0c6d04a49cb7ce to your computer and use it in GitHub Desktop.

##Zero Out Hard Drive using Linux##

sudo dd if=/dev/zero of=/dev/hda bs=1M

###Additional Data Recovery###

See: Ubuntu Data Recovery Page

sudo ddrescue --force /dev/zero /dev/sda log.txt

####Note####

Replace hda with relavant drive.

This command will destroy all data on the drive. Use caution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment