Help Center/ Elastic Volume Service/ FAQs/ General/ What Are the Differences Between MBR and GPT Partition Styles?
Updated on 2025-08-04 GMT+08:00

What Are the Differences Between MBR and GPT Partition Styles?

Table 1 lists the common disk partition styles. In Linux, different partition styles require different partitioning tools.

Table 1 Disk partition styles

Disk Partition Style

Max. Disk Capacity Supported

Max. Number of Partitions Supported

Linux Partitioning Tool

Master Boot Record (MBR)

2 TiB

  • Four primary partitions
  • Three primary partitions and one extended partition
With MBR, you can create several primary partitions and one extended partition. The extended partition must be divided into logical partitions before use. For example, to create six partitions, you can create them in the following two ways:
  • Three primary partitions and one extended partition, with the extended partition divided into three logical partitions
  • One primary partition and one extended partition, with the extended partition divided into five logical partitions

You can use either of the following tools:

  • fdisk
  • parted

Guid Partition Table (GPT)

18 EiB

1 EiB = 1048576 TiB

Unlimited

GPT partitions are not categorized.

parted

The maximum disk size supported by MBR is 2 TiB, and that supported by GPT is 18 EiB. Because an EVS data disk currently supports up to 32 TiB, use GPT if your disk size is greater than 2 TiB.

If you change the partition style after the disk has been used, the data on the disk will be cleared. Therefore, select an appropriate partition style when initializing the disk.