2025-03-14 21:59:59 -06:00
|
|
|
# mkfs.bcachefs
|
|
|
|
|
|
|
|
|
|
> Create a `bcachefs` filesystem inside a partition.
|
2025-05-08 12:26:01 -06:00
|
|
|
> See also: `bcachefs`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://bcachefs-docs.readthedocs.io/en/latest/mgmt-formatting.html>.
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
- Create a `bcachefs` filesystem inside partition `Y` on a device `X`:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`sudo mkfs.bcachefs {{/dev/sdXY}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Create a `bcachefs` filesystem with a volume label:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`sudo mkfs.bcachefs {{[-L|--fs_label]}} {{volume_label}} {{/dev/sdXY}}`
|