Why canТt I just use the DELETE command? |
Although using the DELETE command may be the quickest and most convenient method of УerasingФ data, deleting merely removes the index entry and pointers to the data.а The actual data remains on the hard drive.а There are some DELETE programs that will overwrite the sectors used by a file.а These programs are an improvement, but they still pose a problem.а Most application programs and operating systems will open temporary or swap/cache files while working on the data.а When the program is closed, the application УdeletesФ these temp files.а So even if the original file has been overwritten, multiple copies of the raw data may still exist on the hard drive. |
а |
What if I FORMAT the hard drive? |
Using the FORMAT command merely creates a new blank indexing scheme for the operating system, making all the sectors available for new files.а Again, the actual data remains on the hard drive. |
а |
IsnТt degaussing the hard drive better? |
Degaussing is the use of an external de-magnetizer designed to reduce any magnetic recordings on the media and is an acceptable and effective method.а However, todayТs hard disks rely on magnetically recorded servo-patterns to allow control and movement of the read/write head assembly and the rotation speed of the platters.а Any degaussing powerful enough to remove the data would most certainly destroy the servo; effectively rendering the hard drive non-functional. |
а |
What about overwriting the data? |
Overwriting of the data means replacing the currently stored data with a predetermined pattern of meaningless information.а This has become an accepted and effective means of rendering data unrecoverable.а To accomplish this, the process must be correctly understood and carefully implemented. а For all practical purposes, if data is УsuccessfullyФ overwritten, even a single time, it can be considered as unreadable. |
а |
Are there problems with Overwriting Data? |
If you still want to have a usable hard drive after the removal of data, the only alternative is to utilize overwrite techniques.а The reliability of overwriting hard drives is not straightforward and generally requires a good deal of technical expertise. аThere are three main areas of concern with overwriting as a method of data erasure: Human error or misuse of the software; Failure of the software to write to all addressable disk space; and Track-edge phenomena Notwithstanding of these concerns, the process of overwriting data, if correctly implemented, is by far the most secure and economical method of erasing data from a hard drive.
|