Skip to main content

PartitionSize

Partition size enum.

CharacteristicValue
Typeenum

Variants

Grow

Grow a partition to use all available space.

CharacteristicValue
Typestring
Valuegrow

Fixed

Fixed size in bytes. Must be a non-zero multiple of 4096 bytes.

Details:

A byte count with an optional suffix (K, M, G, T, to the base of 1024).

CharacteristicValue
Typestring/number
Format\d+\s*[KMGT]?
Examples0
1
102
104576
1K
1M
5G
4T