
In 2010, hard-disk manufacturers introduced drives with 4,096‑byte sectors ( Advanced Format). GPT uses 64 bits for logical block addresses, allowing a maximum disk size of 2 64 sectors. The GUID Partition Table is specified in chapter 5 of the UEFI 2.8 specification. In the late 1990s, Intel developed a new partition table format as part of what eventually became the Unified Extensible Firmware Interface (UEFI). For hard disks with 512‑byte sectors, the MBR partition table entries allow a maximum size of 2 TiB (2³² × 512‑bytes) or 2.20 TB (2.20 × 10¹² bytes).

The available size for block addresses and related information is limited to 32 bits. The Master Boot Record (MBR) partitioning scheme, widely used since the early 1980s, imposed limitations for use of modern hardware. Some, including macOS and Microsoft Windows on the x86 architecture, support booting from GPT partitions only on systems with EFI firmware, but FreeBSD and most Linux distributions can boot from GPT partitions on systems with either the BIOS or the EFI firmware interface.

Forming a part of the Unified Extensible Firmware Interface (UEFI) standard ( Unified EFI Forum-proposed replacement for the PC BIOS), it is nevertheless also used for some BIOSs, because of the limitations of master boot record (MBR) partition tables, which use 32 bits for logical block addressing (LBA) of traditional 512-byte disk sectors.Īll modern personal computer operating systems support GPT.

The GUID Partition Table ( GPT) is a standard for the layout of partition tables of a physical computer storage device, such as a hard disk drive or solid-state drive, using universally unique identifiers, which are also known as globally unique identifiers (GUIDs). Negative LBA addresses indicate a position from the end of the volume, with −1 being the last addressable block. The corresponding partition entries are assumed to be located in LBA 2–33. In this example, each logical block is 512 bytes in size and each entry has 128 bytes. The layout of a disk with the GUID Partition Table.
