We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Hardware

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What Is a Partition Table?

By G. Wiesen
Updated: May 16, 2024
References

A partition table is a piece of code used to indicate different partitions or sections of a computer Hard Disk Drive (HDD). This is typically part of a Master Boot Record (MBR) on an HDD, which is frequently accessed on startup of a computer to indicate the part of the drive that should be used to start it. Different partitions can be indicated on a single table, allowing the HDD to be split up into sections that are recognized and written to individually. A partition table is typically written in hexadecimal notation, which uses numbers and letters to express a wide range of numeric values.

The basic structure of a partition table is fairly complex when first looking at it, though the information provided in it is actually rather simple. It is just one part of the MBR on a computer's HDD, which is used when the computer is first started up, a process referred to as bootstrapping or "booting." When the computer is turned on, a microchip on the motherboard containing the Basic Input/Output System (BIOS) for that computer begins the startup. During booting, however, the BIOS hands over control of the system and the rest of startup to the HDD in the computer.

When this happens, the MBR is used by the computer to determine the way in which bootstrapping should continue. Part of the MBR is a partition table, which provides information about the various partitions on the HDD, though there might only be one in many basic systems. In this partition table, one section of the HDD is established as the boot partition, which is used for startup, and other sections might simply be used for storage. Multiple partitions can be used on a computer to contain a different Operating System (OS) in each one, allowing the machine to start in one OS, but providing the user with different systems that can be used on the same computer.

The information in a partition table is written in hexadecimal notation, which uses the numbers "0" through "9" and the letters "A" through "F," which indicate "10" through "15." This is a base 16 system, which means that the number indicated is then multiplied by 16 raised to a certain power. For example, the hexadecimal number "A3" would be 10x16^1 added to 3x16^0, or 163. A longer hexadecimal entry such as "34B" would be 3x16^2 added to 4x16^1 and 11x16^0, or 843. Different information can be conveyed through hexadecimal notation in a partition table, including the identity of the boot partition and the sizes of different sectors within one or more partitions on the HDD.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Link to Sources
Discussion Comments
Share
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.