> > Actually in-memory data only are conserned here, they are not written to
> > disk and read again, trey all the time in the memory and just a part of
> > them will be written to disk at the end of fscking.
>
> Uhhh, I've observed a lot of writes to otherwise idle disks while running
> reiserfsck. I had assumed that it was reiserfsck doing those writes,
> although I haven't attached strace to be sure. When reiserfsck says
> various things are "deleted" in pass0, has it not modified something on
> the disk at that time?
Yes, fsck does these writes but these corruptions happen with in-memory
data, not those which are written to disk.
If you check you RAM and find no problems could you run
debugreiserfs -p /dev/xxx | bzip2 -c > xxx.bz2
and make it available for downloading. I will take it (file will contain reiserfs
metadata) and debug it locally. (At the beginning of the next week already as
I will not work these few days).
--
Thanks,
Vitaly Fertman