Quote:
Originally Posted by devriest
The thing that I'm curious about though, is that if I'm able to overwrite my drive and they are still able to find something, not that I've got anything to hide, but if that's the case, then how is the drive able to store anything at all? It would seem to me that due to the drives being composed of basically the same thing as a video or cassette tape, that once it's been overwritten the data that was there simply no longer is. Maybe that's vastly oversimplified, but if the contents were still there, then when you tape 24 over with the Sopranos, you'd have Tony Soprano saving the nation.
Hard drives do a lot of signal processing for you that you aren't aware of, filtering noise and such. To use your hypothetical example, the hard drive would normally filter out 24 and just give you the Soprano's -- telling them apart is easy since the signals are digital, it can take the strong signal and TOTALLY ignore the weak one. But if that "noise" is what you're actually looking for, finding it is possible, given a great deal of effort and expensive custom hardware. It's certainly not easy. It's more like forensics.
Not to mention that VCR's aren't the same as hard drives. VCR's have a whole seperate head for erasing the tape before it's recorded on.
Just overwriting the file isn't guaranteed to even overwrite the same sectors, by the way. It depends on the way the filesystem works. For instance, Journaling Flash FileSystem -- JFFS -- is specifically designed to
not use the same sectors over and over, so as to not prematurely wear out flash media.