Ceset, I don't quite think that you understand how HDD work... All it is is a magnetic disk. I forget what element/compound is used, but when it is exposed to a magnetic field, it holds the polarity of that field until it comes into contact with another one.
So, you answer is yes: just get a big-ass magnet and run it over the disk, and no one will be able to recover anything. Even if they could recover a tangable piece of information, it wouldn't be enough to use.
Over-writing the entire diskwith random bits repeatedly would make it nearly impossible to recover anything. While Duoas' article suggests that someone could concievably recover over-written data with a microscope, I highly doubt that anyone would go over trillions of bits with a microscope because
you're just that important.
dhayden said:
Ultimately the data a disk is an analog signal. |
NOT TRUE. Data on a disk consists of positively charged or negatively charged areas. These ares are extemely small. A read head at the end of an actuator allows data to be read and written to the disk through an electromagnet.
dhayden said:
When you overwrite it, with a new signal, traces of the previous signal are still there |
That's a farce. Yes: there are incredibly small differences in the polarity's charge on a bit, but it's such a small difference that it can't be measured with any instrument to date. If there is such an instrument, it would still take loads of effort to recover effectively erased data, and even then such equipment wouldn't be widely available.
I assume you're using winblows since you aren't using
dd to create a block-encrypted device,
because, you know, you're data's sooooo inportant! (facetious) In any case, all those programs do is over-write the files' contents, and then erase them, because I doubt windows actually has a way to let you tell it to write directly to the disk (after all, why would they make windows not such a piece of crap?). The bottom line is that unless you're completely erasing the partiton table, and then over-writing every bit on the device, you're not effectively erasing your data.
If you want to protect your data, the best thing you can do is create a block encryption device and save your important stuff on it, and only mount it when you really need it.
dhayden said:
the OS doesn't allocate different sectors to the file |
You're right: the file gets fragmented accross countless sectors if you never defragment your hdd on windows. On linux, you never need to defragment your hdd, because linux doesn't suck. There is no way to keep any file in a single sector without limiting its size.
You shouldn't spread farcical information.