How can I find out which files got currupted on a BTRFS filesystem?
Scrub is showing some uncorrectable errors. Every article/thread I read tells me to look at the dmesg output which should give me the path, but my output looks like this:
BTRFS error (device dm-7): bdev /dev/mapper/device errs: wr 0, rd 0, flush 0, corrupt 0, gen 54
BTRFS error (device dm-7): scrub: unable to fixup (regular) error at logical 18439820804096 on dev /dev/mapper/device physical 578041217024
How on Earth do I get a file path from these logical/physical block numbers?