Securely wiping off data from a drive
In the previous post we discussed why deleted files are recoverable from a drive? So lets look at how we can actually remove the file contents from the hard disk which may be needed if you have got confidential data. In any of the present filesystems, the OS doesn’t actually wipe the data contained in a file when it is deleted. But rather the metadata of the file is deleted. In order for a file to be unrecoverable it should be overwritten with some random data. To save processing and other system resources, the OS will simply delete it from corresponding indexes.
Peter Gutmann of Auckland University presented a paper that explained recovering data that has been overwritten by other data on a Magnetic storage media. Theoretically this could mean anybody can recover data aging back to any time from a drive, but practically this is very hard (forget about the any date part). Even recovering data with just a single pass overwrite is difficult.
The number of passes used during an overwrite of a file to render it unrecoverable doesn’t need to be given much importance for normal uses. A 4 pass would be sufficient if you have the time. If your disk fills up easily you may need to use just a single pass and save time.Here a pass means writing the file using pseudo random data in order to render it unusable.
If you have anything confidential on your harddisk, consider deleting it using a file shredder like Window Washer, sdelete, or using a degausser.
Some related articles you may like :
- Why are permanently deleted file recoverable form a memory device?
If you have accidentally deleted some files don’t panic follow these steps. 1. Do not read, write or access that Drive. 2. Use this to... - Download the free software to shred files
There was a small introduction on how files are recovered from magnetic media in the last post. In that post I had said about using... - Free deleted file recovery software from PCI
Guess you all remember the free SoftPerfect file recovery software. Although it was lite and installation free, it had no hierarchical or folder tree representing... - Free – deleted file recovery software from softperfect
This is a free and portable (installation free) file recovery software from SoftPerfect. You can recover permanently deleted files from your Hard Disk using this... - Firefox 3 beta gulping down I/O resources – simple solution
Ever since FireFox 3 beta was released it caused more problems than it actually solved. With addons not working, history clearing problems and even installation...