010-100 · Question #11
You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
The correct answer is E. 4. The MBR (Master Boot Record) partition table format enforces a hard limit of 4 primary partitions per disk.
Question
You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
Options
- A0
- B1
- C2
- D3
- E4
- F5
How the community answered
(20 responses)- B10% (2)
- C5% (1)
- E85% (17)
Why each option
The MBR (Master Boot Record) partition table format enforces a hard limit of 4 primary partitions per disk.
Zero is not the maximum; at least one primary partition is required to hold a bootable operating system.
One primary partition is valid but is far below the maximum the MBR table supports.
Two primary partitions is valid but is not the maximum.
Three primary partitions is valid but is not the maximum.
The MBR partition table allocates exactly 4 fixed 16-byte entries in the first sector of the disk, limiting the number of primary partitions to 4. To use more than 4 partitions on an MBR disk, one of the 4 primary slots must be designated as an extended partition, which can then contain additional logical partitions.
Five primary partitions is impossible under MBR because the partition table only has 4 slots; GPT must be used to exceed 4 primary-style partitions.
Concept tested: MBR partition table primary partition maximum
Source: https://www.man7.org/linux/man-pages/man8/fdisk.8.html
Topics
Community Discussion
No community discussion yet for this question.