An analyst recovers a hard drive from a suspect's computer. The drive has a partition table that uses a 32-bit identifier and a maximum partition size of 2 TB. Which partition table type is present?
Trap 1: HFS+
HFS+ (Hierarchical File System Plus) is a file system developed by Apple for managing files and directories, not a partition table. A partition table (like MBR or GPT) resides in the first sector(s) of a disk and defines how the disk is divided into partitions. HFS+ operates within a partition to store files, so it cannot be the correct answer to a question about partition-table size limits.
Trap 2: GPT
GPT (GUID Partition Table) is a modern partition-table standard that uses 64-bit logical block addresses and supports disks far larger than 2 TB, with a maximum partition size of 8 ZiB in theory. Because the question specifically identifies a maximum partition size of 2 TB—a characteristic of the legacy MBR scheme—GPT is incorrect here. Unlike MBR, GPT also stores multiple protective headers and checksums for redundancy.
Trap 3: APFS
APFS (Apple File System) is the current default file system for macOS and iOS, designed for SSDs with features like snapshots, encryption, and copy-on-write. It is not a partition table; it is a file system that lives inside partitions. Thus, APFS cannot be the correct answer when the distinguishing clue is a 2 TB partition-size cap tied to MBR.
- A
HFS+
Why wrong: HFS+ (Hierarchical File System Plus) is a file system developed by Apple for managing files and directories, not a partition table. A partition table (like MBR or GPT) resides in the first sector(s) of a disk and defines how the disk is divided into partitions. HFS+ operates within a partition to store files, so it cannot be the correct answer to a question about partition-table size limits.
- B
GPT
Why wrong: GPT (GUID Partition Table) is a modern partition-table standard that uses 64-bit logical block addresses and supports disks far larger than 2 TB, with a maximum partition size of 8 ZiB in theory. Because the question specifically identifies a maximum partition size of 2 TB—a characteristic of the legacy MBR scheme—GPT is incorrect here. Unlike MBR, GPT also stores multiple protective headers and checksums for redundancy.
- C
APFS
Why wrong: APFS (Apple File System) is the current default file system for macOS and iOS, designed for SSDs with features like snapshots, encryption, and copy-on-write. It is not a partition table; it is a file system that lives inside partitions. Thus, APFS cannot be the correct answer when the distinguishing clue is a 2 TB partition-size cap tied to MBR.
- D
MBR
MBR (Master Boot Record) is a legacy partition table that uses 32-bit entries in its partition table, limiting the maximum addressable partition size to 2 TB (or 2.2 TB with 512-byte sectors). It resides in the first 512 bytes of the disk and contains boot code plus four primary partition entries. This 2 TB ceiling is the exact characteristic indicated in the question, making MBR the correct answer.