Understanding Disk Image & Recovery¶
Disk-image examination and recovery turns an acquired storage image into a controlled working view from which relevant files, partitions, metadata, and deleted content can be assessed.
What you will learn
By the end, you should be able to explain safe image mounting, distinguish file-system recovery from carving, and preserve the provenance of recovered files.
What is disk-image examination?¶
Core concept
An examiner opens or mounts a verified image using a method suited to the investigation. File-system tools use metadata to present known paths and records; carving tools search byte patterns and may recover content without its original name or path.
Keep in mind: Recovered content is derived evidence. Record the source image, offset or artefact, tool, settings, and integrity hash.
Recovery methods¶
Why it matters¶
Protect originals¶
Controlled image access keeps repeated analysis away from original media.
Recover deleted content¶
Metadata, snapshots, and carving may reveal files no longer visible to a user.
Retain context¶
File-system-aware methods can preserve paths, timestamps, and relationships.
Support repeatability¶
Recorded settings and output hashes allow recovery results to be checked.
How examination and recovery works¶
- VerifyConfirm the image hash, format, source notes, and working-copy status.
- OrientIdentify partitions, file systems, encryption, time context, and relevant volumes.
- ExamineUse a read-only or controlled view to locate allocated and deleted records.
- RecoverExport selected files or carve content to a separate controlled destination.
- DocumentHash recovered output and record source location, method, settings, and limitations.
Choose the next step¶
Prefer the method that retains context
- 1VerifyConfirm the image and working copy.
- 2LocateUse partitions and metadata before raw search.
- 3RecoverExport to a separate controlled location.
- 4TraceRecord source, method, hashes, and limitations.