PartitionSize
Partition size enum.
Characteristic | Value |
---|---|
Type | enum |
Variants
Grow
Grow a partition to use all available space.
Characteristic | Value |
---|---|
Type | string |
Value | grow |
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).
Characteristic | Value |
---|---|
Type | string/number |
Format | \d+\s*[KMGT]? |
Examples | 0 1 102 104576 1K 1M 5G 4T |