On Wed, Jun 17, 2015 at 6:56 AM, Christian Dysthe <cdys...@gmail.com> wrote: > Hi, > > Sorry for asking more about this. I'm not a developer but trying to learn. > In my case I get several errors like this one: > > root 2625 inode 353819 errors 400, nbytes wrong > > Is it inode 353819 I should focus on and what is the number after "root", in > this case 2625?
I'm going to guess it's tree root 2625, which is the same thing as fs tree, which is the same thing as subvolume. Each subvolume has its own inodes. So on a given Btrfs volume, an inode number can exist more than once, but in separate subvolumes. When you use btrfs inspect inode it will list all files with that inode number, but only the one in subvol ID 2625 is what you care about deleting and replacing. -- Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html