Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Master boot record (MBR) is a type of boot sector typically found in the first sector of a partitioned storage device. It is one of two disk structures used by Windows operating systems (the other structure is known as a GUID partition table or GPT).

...

The following table describes the components of the MBR

Byte offsetNumber of bytesDescriptionValue
0440Boot code used to launch the operating system
4404Drive signature (hexadecimal string)
4442
00 00
44664Master partition table
510Marker to notate the end of the MBR55 AA

Examine the MBR

Forensic tools like FTK Imager allow archivists to examine the MBR. The MBR is displayed in the Viewer Pane when the highest level of the evidence item is selected in the Evidence Tree.

...