nerdexam
LPI

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.

The Linux Operating System

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)
  • B
    10% (2)
  • C
    5% (1)
  • E
    85% (17)

Why each option

The MBR (Master Boot Record) partition table format enforces a hard limit of 4 primary partitions per disk.

A0

Zero is not the maximum; at least one primary partition is required to hold a bootable operating system.

B1

One primary partition is valid but is far below the maximum the MBR table supports.

C2

Two primary partitions is valid but is not the maximum.

D3

Three primary partitions is valid but is not the maximum.

E4Correct

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.

F5

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

#disk partitioning#MBR#primary partitions#hard disk

Community Discussion

No community discussion yet for this question.

Full 010-100 Practice