Associate
- Joined
- 20 Jan 2009
- Posts
- 708
- Location
- Worcestershire
Selling on PC...but need a solution to completely wipe this HDD clean, ready for its new owner.
Thanks.
Thanks.
Would be worth doing just for the comedy value "please find you hard disc enclosed, the platters are in the other jiffy smashed to ****"![]()
DBAN will wipe your entire hard drive. You dont have any reinstallation disks?
http://cmrr.ucsd.edu/hughes/SecureErase.html
Or use a Linux and dd if=/dev/zero of=/dev/hda .
All you need is a single pass of zero's and it's impossible to recover anything.
+1 on that.Being reasonable, it would be sufficient for domestic use, but it's not impossible, otherwise it wouldn't be practice to wipe dozens of times.
I guess it depends on how you define "impossible", but Gutmann himself eventually conceded that the chances of recovering usable data from a modern HDD after a single-pass zero-fill (eg the Linux dd command mentioned above) were "close to zero".Being reasonable, it would be sufficient for domestic use, but it's not impossible, otherwise it wouldn't be practice to wipe dozens of times.
Being reasonable, it would be sufficient for domestic use, but it's not impossible, otherwise it wouldn't be practice to wipe dozens of times.
No, it's really quite impossible to recover anything.
Theoretically what you can do is examine platters using an electron microscope and possibly see some magnetic information left between the tracks. However you would never be able to recover any data. More to the point this was irrationally deemed a 'threat' on very old disks with larger platters and a very low platter density. It wasn't possible to recover anything from 5.25" platters that only stored MB's, now we have 3.5" platters with upright bits at 500GB.
So yeah, a zero fill (or any sort of complete overwrite random or not) is all you ever need and no person or organisation can recover a thing.