How can I completely delete files and folders without a trace?

5

I want to delete all files and folders completely so that users cannot recover the deleted files or folders.

How can I do this?

Hossein Moradinia

Posted 2010-02-09T07:10:57.047

Reputation: 317

Answers

4

I have used BCWipe often over the years. You can try it for 21 days before you buy. It gives you good control over what gets wiped and can also wipe the 'slack space' of files you have deleted in the past, which some wiping tools don't do.

alt text

DaveParillo

Posted 2010-02-09T07:10:57.047

Reputation: 13 402

8

If you don't want to use commercial software, you could try Eraser. It's free and open source. Although I didn't test it myself, it should do the trick.

But you should always be aware, that there can be fragments of the file or the whole file be left on the disk, even if you have erased it securely. A lot of programs save temporary copies of opened files in the temporary folders, for example. So to get safely rid of your data, you would have to find all these locations and delete the files int these places, too. To complicate the matter, they could already be gone, because the programs normally delete the files, when they exit. But of course, they use the file systems deletion method, so the data itself is still on disk, it just doesn't appear in the directory listings any more.

Customizer

Posted 2010-02-09T07:10:57.047

Reputation: 435

2Eraser can wipe all the free disk space on a schedule. This will take care of file fragment. You'll need to make sure you schedule it (luckily Eraser makes that easy) – Pierre-Luc Simard – 2010-02-09T11:20:56.533

Cool, I wasn't aware, that there a programs, which do that. – Customizer – 2010-02-09T11:25:02.170

Good answer. Too bad this is not cross platform, but next time I need to wipe a disk in windows, I might give this a go. (If I remember!) – DaveParillo – 2010-02-10T23:14:02.663