meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fs:btrfs:btrfs_check [2022/12/13 08:54] – niziak | linux:fs:btrfs:btrfs_check [2023/03/13 10:44] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== btrfs check ====== | ====== btrfs check ====== | ||
+ | |||
+ | ====== checksum error at logical ====== | ||
+ | |||
+ | < | ||
+ | BTRFS warning (device sdb4): checksum error at logical 271624814592 on dev /dev/sdb4, physical 270551072768, | ||
+ | </ | ||
+ | |||
+ | Reading of mentioned file returns IO error when hit 70% of progress. | ||
+ | |||
+ | Corruption detected by periodic scrub. File was not touched for long time, so probably bitrot occurs. | ||
+ | This is single SSD data, so there is no mirror of data. There is a backup of data. | ||
+ | |||
+ | Possible solution: | ||
+ | * delete file to remove invalid entry from cksum tree and restore from backup | ||
+ | * try playing with mounting with '' | ||
+ | |||
+ | |||
+ | |||
====== | ====== | ||
< | < |