Skip to content

Commit

Permalink
fix: clarify partition labels (#3855)
Browse files Browse the repository at this point in the history
* fix: clarify partition labels

* Update bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx

Co-authored-by: Rowena Jones <[email protected]>

---------

Co-authored-by: Benedikt Rollik <[email protected]>
Co-authored-by: Rowena Jones <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 6d9addb commit c9be44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bare-metal/elastic-metal/how-to/configure-disk-partitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Below is an example of how to define a partitioning schema with RAID and NVMe di

- Disks:
- Each disk is specified with its device path (e.g., `/dev/nvme0n1` or `/dev/nvme1n1`).
- Partitions are defined with labels like `swap`, `boot`, `root`, `data`, and an optional `uefi` partition for systems using UEFI.
- Partitions are defined with labels. The default value is `unknown_partition_label`, and possible values are: `uefi`, `legacy`, `root`, `boot`, `swap`, `data`, `home`, `raid`. Refer to the [API documentation](https://www.scaleway.com/en/developers/api/elastic-metal/#path-servers-install-an-elastic-metal-server) for full details.
- Each partition has a `number` and `size` in bytes.

- RAID (Optional):
Expand Down Expand Up @@ -224,4 +224,4 @@ If you prefer a simpler configuration without RAID or ZFS, you can remove the `r
"lvm": null
}
}
```
```

0 comments on commit c9be44d

Please sign in to comment.