partitionstabeller
Partitionstabeller is a data structure on a storage device that describes how the device’s space is divided into partitions. Each partition entry contains information such as the starting and ending sector (or logical block address), the size, a partition type, and flags such as a boot indicator. The partition table enables an operating system to locate and access the file systems stored on the device and to manage how the device’s space is allocated.
Historically, the Master Boot Record (MBR) was the predominant scheme on personal computers. An MBR consists
Modern systems increasingly use the GUID Partition Table (GPT), defined by the UEFI standard. GPT stores partition
Other formats, such as BSD disklabels or Apple Partition Map, remain in use in some environments or
Editing a partition table is potentially destructive and can lead to data loss if mishandled; common tools