Title here
Summary here
Where possible it is a best practise to safely check your filesystems before mounting them (especially read-write) to ensure you are not working with a corrupted (and further damaging a) filesystem.
If you are following the recommendation to operate as non-root, the only thing
to remember is to ‘become root’ (e.g. doas
, sudo
, or su
) when executing
the apk add
commands, when following the
filesystem tool install guide from
the install process.
doas rc-update add localmount default
Otherwise they will be lost on reboot.
doas lbu commit