Before a forensic analysis, multiple copies of the disk are made. One copy is for file authentication. I understand that this is to ensure the integrity of the disk by generating a message digest (hash) for all system directories, files, and disk sectors.
- Typically, is a one hash made for the entire disk (inclusive of these elements)?
- Or, are hashes made for each file, directory, etc?
- Or, are hashes made at the disk level and the file level?