If they function and don't tick:
Boot to a Linux distro (Slackware install CD1, or DVD are some of the quickest booting).
From the cli do a "fdisk -l|more"
Note the /dev/*'s(, check drive sizes if you have a USB drives plugged in for verification if you get multiple results).
If /dev/sda, then:
"dd if=/dev/zero of=/dev/sda BS=1M"
You can even wipe many at a time if needed.
"dd if=/dev/zero of=/dev/sda BS=1M &"
"dd if=/dev/zero of=/dev/sdb BS=1M"
It doesn't take that long, and after the data is overwritten, just give them away. No data that has been overwritten on magnetic media HDDs has ever been successfully recovered, EVER. DoD, or any other wipe is completely a waste of time...
This usually takes about 45minutes of wait time per, say 80GB-160GB HDDs on an IDE, or SATA (<3) bus...
Boot to a Linux distro (Slackware install CD1, or DVD are some of the quickest booting).
From the cli do a "fdisk -l|more"
Note the /dev/*'s(, check drive sizes if you have a USB drives plugged in for verification if you get multiple results).
If /dev/sda, then:
"dd if=/dev/zero of=/dev/sda BS=1M"
You can even wipe many at a time if needed.
"dd if=/dev/zero of=/dev/sda BS=1M &"
"dd if=/dev/zero of=/dev/sdb BS=1M"
It doesn't take that long, and after the data is overwritten, just give them away. No data that has been overwritten on magnetic media HDDs has ever been successfully recovered, EVER. DoD, or any other wipe is completely a waste of time...
This usually takes about 45minutes of wait time per, say 80GB-160GB HDDs on an IDE, or SATA (<3) bus...




Comment