# Master Boot Record partitioning scheme

> disk partitioning scheme based around a master boot record

**Wikidata**: [Q79803997](https://www.wikidata.org/wiki/Q79803997)  
**Source**: https://4ort.xyz/entity/master-boot-record-partitioning-scheme

## Summary
The Master Boot Record (MBR) partitioning scheme is a disk partitioning format traditionally used on PC BIOS platforms. It functions as an on-disk format that specifies the location, size, and metadata of partitions based around a master boot record. This scheme utilizes the MBR partition table and extended boot records to define the structure of data storage.

## Key Facts
*   **Definition:** An instance of a disk partitioning scheme based around a master boot record.
*   **Context:** It is the partition table format traditionally used on PC BIOS platforms.
*   **Components:** The scheme uses an MBR partition table and extended boot records.
*   **Structure:** The master boot record is a specific part (has_part) of this partitioning scheme.
*   **Distinction:** The scheme is distinct from the "master boot record" data structure itself, though it is defined by it.
*   **Function:** Provides the on-disk format for specifying the location, size, and metadata of partitions.
*   **Aliases:** Known variously as Master Boot Record, MBR, MBR partition table, and Master Boot Record partition table.

## FAQs
### Q: What is the Master Boot Record partitioning scheme?
A: It is a disk partitioning scheme that serves as the traditional on-disk format for PC BIOS platforms. It defines how partitions are organized using a master boot record and associated partition tables.

### Q: How does the scheme relate to the Master Boot Record?
A: While the scheme is named after the Master Boot Record, it is a distinct entity (the overall format) that contains the Master Boot Record as a component.

### Q: What components does the MBR partitioning scheme use?
A: The scheme utilizes the MBR partition table and extended boot records to specify partition locations and metadata.

## Why It Matters
The Master Boot Record partitioning scheme is significant because it established the standard architecture for disk organization on PC BIOS platforms. As a specific implementation of a disk partitioning scheme, it solves the fundamental problem of how a computer system defines and locates data regions on a physical storage device. By adhering to this scheme, system software and operating systems can determine the location, size, and metadata of partitions without prior knowledge of the disk's specific content. Its design integrates the master boot record and extended boot records to manage these structures, making it a foundational element in the history of personal computer storage management.

## Notable For
*   Being the traditional partition table format specifically for PC BIOS platforms.
*   Utilizing a structure that differentiates the scheme itself from the master boot record component.
*   Defining the on-disk format for partition metadata, location, and size.
*   Incorporating extended boot records within its system architecture.

## Body
### Definition and Classification
The Master Boot Record partitioning scheme is classified as a disk partitioning scheme. It is characterized by its basis around the master boot record structure. According to GNU GRUB documentation, this format is the traditional standard for platforms utilizing a PC BIOS.

### Structural Components
The scheme is composed of specific interrelated parts:
*   **MBR Partition Table:** The primary data structure used to define partitions.
*   **Extended Boot Record:** A component utilized within the scheme to manage additional partitions.
*   **Master Boot Record:** The scheme includes the master boot record as a fundamental part of its structure.

### Terminology and Differentiation
While the entity is often referred to by the alias "Master Boot Record" or "MBR," the partitioning scheme is formally different from the "master boot record" itself. The scheme represents the overarching methodology and format, whereas the master boot record is a specific data segment contained within that scheme. Other aliases for this entity include "MBR partition table" and "MBR partitioning scheme."