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+ is a file system, not a partition table.
Trap 2: GPT
GPT uses 64-bit identifiers and supports partitions larger than 2 TB.
Trap 3: APFS
APFS is a file system, not a partition table.
- A
HFS+
Why wrong: HFS+ is a file system, not a partition table.
- B
GPT
Why wrong: GPT uses 64-bit identifiers and supports partitions larger than 2 TB.
- C
APFS
Why wrong: APFS is a file system, not a partition table.
- D
MBR
MBR uses 32-bit partition table entries with a maximum partition size of 2 TB.