Re: Help understanding btrfsck output...

2012-10-24 Thread Alex Lyakas
Swami, code is your friend again:) #define I_ERR_FILE_NBYTES_WRONG (1 << 10) // 400 ... if (rec->found_size != rec->nbytes) rec->errors |= I_ERR_FILE_NBYTES_WRONG; >From what I recently learned "nbytes" for an inode is the total sum of extents this inode has (assuming this is a re

Re: Help understanding btrfsck output...

2012-10-06 Thread Martin Steigerwald
Am Freitag, 5. Oktober 2012 schrieb Swâmi Petaramesh: > Hi there, > > I have a system on which btrfsck gives the following output... I don't > understand the meaning of the reported errors, so any clue would be > appreciated. Is this something I should worry about, or not ? > > Would I be advised

Help understanding btrfsck output...

2012-10-05 Thread Swâmi Petaramesh
Hi there, I have a system on which btrfsck gives the following output... I don't understand the meaning of the reported errors, so any clue would be appreciated. Is this something I should worry about, or not ? Would I be advised to try "--repair" ? (Last time I tried this one, it completely b0rk