logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Bcachefs Filesystem - Format Disks | Online Free DevTools by Hexmos

Create bcachefs filesystem partitions instantly with mkfs.bcachefs. Format disks and define volume labels using the command line. Free online tool, no registration required.

mkfs-bcachefs

Create a bcachefs filesystem inside a partition. See also: bcachefs. More information: https://bcachefs-docs.readthedocs.io/en/latest/mgmt-formatting.html.

  • Create a bcachefs filesystem inside partition Y on a device X:

sudo mkfs.bcachefs {{/dev/sdXY}}

  • Create a bcachefs filesystem with a volume label:

sudo mkfs.bcachefs {{[-L|--fs_label]}} {{volume_label}} {{/dev/sdXY}}

return

See Also