Am Mon, 4 Apr 2016 03:50:54 -0400 schrieb Jérôme Poulin <jeromepoulin@xxxxxxxxx>: > How is it possible to get rid of the referenced csum errors if they do > not exist? Also, the expected checksum looks suspiciously the same for > multiple errors. Could it be bad RAM in that case? Can I convince > BTRFS to update the csum? > > # btrfs inspect-internal logical-resolve -v 1809149952 /mnt/btrfs/ > ioctl ret=-1, error: No such file or directory > # btrfs inspect-internal inode-resolve -v 296 /mnt/btrfs/ > ioctl ret=-1, error: No such file or directory I fell into that pitfall, too. If you have multiple subvolumes, you need to pass the correct subvolume path for the inode to properly resolve. Maybe that's the case for you? First, take a look at what "btrfs subvol list /mnt/btrfs" shows you. -- Regards, Kai Replies to list-only preferred. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
