Bcachefs: Difference between revisions
imported>Onny Inital page |
imported>Onny Add usage section |
||
Line 8: | Line 8: | ||
boot.supportedFilesystems = [ "bcachefs" ]; | boot.supportedFilesystems = [ "bcachefs" ]; | ||
</nowiki>}} | </nowiki>}} | ||
== Usage == | |||
Format and mount a signle device | |||
<syntaxhighlight lang="console"> | |||
# bcachefs format /dev/sda | |||
# mount -t bcachefs /dev/sda /mnt | |||
</syntaxhighlight> |