Originally posted by: hanspeter
Nobody has yet proven to be able to recover anything from a single overwrite.
Recovering of a few bits out of a billion billion is pretty worthless.
Originally posted by: RebateMongerRegarding data recovery from an overwritten hard disk:
National Bureau of Economic Research paper: Can Intelligence Agencies Read Overwritten Data?
"Surveying all the references, I conclude that Gutmann's claim belongs in the category of urban legend."
Original Gutmann paper (often quoted about recovery from overwritten disks).
Note that the Gutmann paper is from 1996, when data densities werre MUCH lower and head positioning was less precise.
true... I think they are afraid of extra terrestrials with technology made out of magic coming here and recovering their data... Because human technology cannot (and probably never will) be able to recover something after a single overwrite.
But the military does multiple overwrites / degaussing, then shreds the drives, then melts the metal chips into tiny balls of metal, then posts guards to guard those tiny metal balls in case someone steals them and uses magic to recover the data they contained...
Just be aware that "format" does not actually DELETE the data.
Quick format = delete partition data (recoverable)
Full format = delete partition data (recoverable) and test the drive for bad sectors (does not damage the data)
What you need is "secure erase". Every drive has a "secure erase" command where it overwrites all the data with 0 (but you need a special program to actually transmit that command to the drive)... Some programs will manually tell the drive to overwrite sector with 0 or 1, in a random pattern.
Originally posted by: Zensal
Originally posted by: hanspeter
If you made a full format in vista then the content of that partition cannot be recovered.
False. Data has been read off of a drive that has had random 1's and 0's written to it twice.
Now, that takes significant investment in technology and technical skill, so I guess it just depends on how paranoid the OP is.
Actually both of you incorrectly assume that a full format will write 0 to all sectors. that is incorrect. He is right in that writing 0 will make the data irrecoverable; but full format is a quick format + non destructive (to data) testing for bad sectors. what you want is to give the drive the "secure erase" command, which is a standard command in drives. You will need to find a program that does that, since vista does not.