mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
5c3e141eb2
Co-authored-by: pixie <pixel+github@chrissx.de> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
421 B
421 B
mkfs.bcachefs
Create a
bcachefsfilesystem inside a partition. See also:bcachefs. More information: https://bcachefs-docs.readthedocs.io/en/latest/mgmt-formatting.html.
- Create a
bcachefsfilesystem inside partitionYon a deviceX:
sudo mkfs.bcachefs {{/dev/sdXY}}
- Create a
bcachefsfilesystem with a volume label:
sudo mkfs.bcachefs {{[-L|--fs_label]}} {{volume_label}} {{/dev/sdXY}}