15 November 2008

Wipe A Hard Disk Fast With dd








Open a terminal window.

sudo fdisk -l

and identify the target drive.

sudo dd if=/dev/zero of=/dev/*** (Replace *** with the your target drive, e.g. sda, sdb etc...)

No comments: