Bcachefs: Difference between revisions
imported>Onny Updated installation example to UEFI setup |
imported>Onny Add note on change encryption password |
||
| Line 30: | Line 30: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
# bcachefs subvolume snapshot /mnt /mnt/snap1 | # bcachefs subvolume snapshot /mnt /mnt/snap1 | ||
</syntaxhighlight> | |||
== Configuration == | |||
Change encryption password for Bcachefs formatted device <code>/dev/sda1</code> | |||
<syntaxhighlight lang="console"> | |||
# bcachefs set-passphrase /dev/sda1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||