Revision: 10279
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 15, 2008 17:01 by narkisr
Initial Code
dd if=/dev/zero of=/dev/sdb bs=4096 # this will write zeros all over the sdb device.
Initial URL
Initial Description
A simple method of clearing the data of a hard drive (writing zeros all over it).
Initial Title
Cleaning up a hard drive (under Linux)
Initial Tags
Bash, linux
Initial Language
Bash