I have a corrupt file according to btrfs
BTRFS info (device sdb1): csum failed ino 367 off 310013952 csum 1601485211 expected csum 3692975992
I assumed ino 367 means inode 367, so I can use find and try to restore the file. However find /path -inum 367
finds nothing. Anyone know how to find the corrupt file?