app for properly blanking drives?

Associate
Joined
10 Jan 2009
Posts
1,873
hi all, i have the odd drive knocking around to sell.

i want to make sure that the data isnt recoverable and i can recall somebody talking about a app that overwrites every block on the drive but i cant seem to find what was said.

if anyone can piont me in the right direction i would be very happy :)
 
dd if=/dev/zero of=/dev/sda conv=sync,noerror

More than sufficient. If really paranoid you can use /dev/urandom instead or as well.
 
dd if=/dev/zero of=/dev/sda conv=sync,noerror

More than sufficient. If really paranoid you can use /dev/urandom instead or as well.

i have no idea what that means lol

i couldnt get on with that DBAN, it looked like it wanted to wipe all the drives on the machine?

thanks, im looking into the ultimate boot cd :) looks promising
 
im not trolling... but in the past i used to get a magnet and run it over the plate thing and also just screw driver it... Im guessing by the responses thats not enough? or not 100% certain i guess.

hmmm not as fun too ;) lol i guess i could smash em up after drive cleaning
 
im not trolling... but in the past i used to get a magnet and run it over the plate thing and also just screw driver it... Im guessing by the responses thats not enough? or not 100% certain i guess.

hmmm not as fun too ;) lol i guess i could smash em up after drive cleaning

You just need to write to every part of the drive and it's all gone...
 
Back
Top Bottom