Skip to content

Commit df7f3bc

Browse files
committed
btrfs-progs: docs: update the rescue mount options
Enhance the rescue mount option group by: - Add a simple explanation on each rescue option - Add the new 'ignoremetacsums' option Signed-off-by: Qu Wenruo <[email protected]>
1 parent 6fe958e commit df7f3bc

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

Documentation/ch-mount-options.rst

+24-3
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,35 @@ rescan_uuid_tree
335335
rescue
336336
(since: 5.9)
337337

338-
Modes allowing mount with damaged filesystem structures.
338+
Modes allowing mount with damaged filesystem structures, all requires
339+
the filesystem to be mounted read-only and doesn't allow remount to read-write.
340+
341+
* *usebackuproot* (since 5.9)
342+
343+
Try to use backup root slots inside super block.
344+
Replaces standalone option *usebackuproot*
345+
346+
* *nologreplay* (since 5.9)
347+
348+
Do not replay any dirty logs.
349+
Replaces standalone option *nologreplay*
339350

340-
* *usebackuproot* (since: 5.9, replaces standalone option *usebackuproot*)
341-
* *nologreplay* (since: 5.9, replaces standalone option *nologreplay*)
342351
* *ignorebadroots*, *ibadroots* (since: 5.11)
352+
353+
Ignore bad tree roots, greatly improve the chance for data salvage.
354+
343355
* *ignoredatacsums*, *idatacsums* (since: 5.11)
356+
357+
Ignore data checksum verification.
358+
359+
* *ignoremetacsums*, *imetacsums* (since 6.12)
360+
361+
Ignore metadata checksum verification, useful for interrupted checksum conversion.
362+
344363
* *all* (since: 5.9)
345364

365+
Enable all supported rescue options.
366+
346367
skip_balance
347368
(since: 3.3, default: off)
348369

0 commit comments

Comments
 (0)