| Member |
Examination Standards|Questions to Ask an Examiner|Our CV|Fees|About Us|Contact Us|Fee Estimate |
|||||||||
|
We How files are Stored, Deleted and Recovered (FAT file systems) When a file is created three things occur: 1. An entry is made into the File Allocation Table (FAT) to indicate where the actual data is stored in the Data Area. (A File Allocation Table is the means by which the operating system keeps track of where the pieces of a file are stored on a hard disk.)
When a file is deleted only two things occur: 1. The File Allocation Table entry for that particular file is zeroed out and shown as available for use by a new file. (A File Allocation Table is the means by which the operating system keeps track of where the pieces of a file are stored on a hard disk.)
When
a file is restored only two things need to be done:
1. The File Allocation Table entry for that particular file is linked to the particular location in the data area where the file data is stored. 2. The first character of the Directory Entry file name is changed to a legal character. As long as the actual data in the Data Area is not overwritten by a new file, deleted files can be recovered. Windows Long File Names have separate directory entries, but are not directly linked to the FAT. The first character of the Long File Name is also changed to a special character (E5 HEX) upon deletion. The Long File Name can be recovered, but does not need to be recovered to restore the deleted file. When
a Hard Disk Drive or Diskette is formatted, the Data Area is also left
untouched. The FAT and Directory Entry are zeroed out and more steps
are required to recover this data. Normally most of the original data can
be recovered from formatted media.
Copyright © 2003 Key Computer Service, Inc. |
||||||||||