> Should I worry about
>
> kernel: vs-13048: reiserfs_iget: key in inode [62743 393750 0 0] and key
> in entry [62444 393750 0 0] do not match
>
> ? This is SuSE 7.1 kernel 2.2.18, with automatic FTP updates.
>
This is due to two files sharing the same inode number, which isn't supposed
to happen. You can find the two files by doing a find -inum 393750 on the
filesystem. You probably want to grab the latest reiserfsck from
ftp.namesys.com/pub/reiserfsprogs/pre and check the entire FS.
The only known way to trigger this problems involves running an older version
of reiserfsck --rebuild-tree. Have you done that?
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/