A system disk does not need to be initialized because it is automatically created and initialized during the BMS creation. The default disk partition style is master boot record (MBR).
In both cases, the data disk can only be used after it is initialized. Choose a proper disk partition style based on your service plans.
Table 1 lists the common disk partition styles. For Linux OSs, different disk partition styles require different partitioning tools.
Disk Partition Style |
Maximum Disk Capacity Supported |
Maximum Number of Partitions Supported |
Linux Partitioning Tool |
|---|---|---|---|
Master Boot Record (MBR) |
2 TB |
With the MBR partition style, primary partitions and an extended partition can be included, where the extended partition can contain several logical partitions. For example, if 6 partitions need to be created, you can create the partitions in the following two ways:
|
|
GUID Partition Table (GPT) |
18 EB 1 EB = 1048576 TB |
Unlimited Disk partitions allocated using GPT are not categorized. |
parted |
The maximum disk capacity supported by MBR is 2 TB, and that supported by GPT is 18 EB. Currently, an EVS data disk supports up to 32 TB. Therefore, use the GPT partition style if your disk capacity is greater than 2 TB.
If you change the disk partition style after the disk has been used, the original data on the disk will be cleared. Therefore, select a proper disk partition style when initializing the disk.