Initialize for btrfsprogs

This commit is contained in:
zyppe 2024-02-06 16:32:39 +08:00
commit bb727004d7
15 changed files with 2860 additions and 0 deletions

6
dracut-fsck-help.txt Normal file
View file

@ -0,0 +1,6 @@
Recovery of btrfs file systems is not automated. We suggest you use
'btrfs check --readonly' first to see the if there's any damage and
what's the scope. Logging the output is a recommended for later analysis.
The option '--repair' must be used with care, be noted that it is
able to fix certain classes of errors but not all of them.