Skip to content
EntityQ624752· pop 32· linked from 418 articles

master boot record

Sign in to save

Also known as MBR

special type of boot sector at the very beginning of partitioned computer mass storage devices

Described at

Link to a page describing this subject · 40,000 chars · not written by Vinony

Wikidata facts

Show 3 more facts
Commons category
Master Boot Record
Stack Exchange tag
stackoverflow.com/tags/mbr
Sources (2)

via Wikidata · CC0

~40 min read

Article

A master boot record (MBR) is a type of boot sector in the first block of partitioned computer mass storage devices like fixed disks or removable drives intended for use with IBM PC-compatible systems and beyond. The concept of MBRs was publicly introduced in 1983 with PC DOS 2.0.

The MBR holds the information on how the disc's sectors (A.K.A. "blocks") are divided into partitions, each partition notionally containing a file system. The MBR also contains executable code to function as a loader for the installed operating system—usually by passing control over to the loader's second stage, or in conjunction with each partition's volume boot record (VBR). This MBR code is usually referred to as a boot loader.

Connections

Categories