2024-09-24 08:28:03 +03:00
|
|
|
# mkfs.bcachefs
|
|
|
|
|
|
|
|
> Create a `bcachefs` filesystem inside a partition.
|
2025-04-19 00:06:58 +03:00
|
|
|
> See also: `bcachefs`.
|
2024-09-24 08:28:03 +03:00
|
|
|
> More information: <https://bcachefs-docs.readthedocs.io/en/latest/mgmt-formatting.html>.
|
|
|
|
|
2025-04-19 00:06:58 +03:00
|
|
|
- Create a `bcachefs` filesystem inside partition `Y` on a device `X`:
|
2024-09-24 08:28:03 +03:00
|
|
|
|
2025-04-19 00:06:58 +03:00
|
|
|
`sudo mkfs.bcachefs {{/dev/sdXY}}`
|
2024-09-24 08:28:03 +03:00
|
|
|
|
|
|
|
- Create a `bcachefs` filesystem with a volume label:
|
|
|
|
|
2025-04-19 00:06:58 +03:00
|
|
|
`sudo mkfs.bcachefs {{[-L|--fs_label]}} {{volume_label}} {{/dev/sdXY}}`
|