* reiserfsck --rebuild-tree fails
@ 2002-07-08 11:23 yurick
2002-07-08 11:31 ` Oleg Drokin
0 siblings, 1 reply; 4+ messages in thread
From: yurick @ 2002-07-08 11:23 UTC (permalink / raw)
To: reiserfs-list
Hi!
I have a 3.5 reiser partition, which I tried to fix by
reiserfsck ( --check, --fix-fixable, --rebuild-tree). I used
latest stable (3.x.1b) and also latest "pre" (3.x.1c-pre7) versions.
They are fails to complete, so I can't mount my broken partitions
now :(.
Output (last part) from reiserfsck 3.x.1c-pre7 is placed below.
Output from 3.x.1b is similar. Sorry for messed formatting - I grabbed
it by hand.
--------------------------------------------------------------------
reiserfsck --rebuild-tree /dev/hda8
--------------------------------------------------------------------
reiserfsck --rebuild-tree started at Mon Jul 8 16:58:19 2002
###########
Pass 0:
####### Pass 0 #######
Loading on-disk bitmap .. ok, 442177 blocks marked used
Skipping 8246 blocks (super block, journal, bitmaps) 433931 blocks will be re
ad 0%....20%....40%....60%....80%....100% left 0, 6111 /s
ec "r5" got 83718 hits
"r5" hash is selected
Flushing..done
Read blocks (but not data blocks) 433931
Leaves among those 21882
Objectids found 83159
Pass 1 (will try to insert 21882 leaves):
####### Pass 1 #######
Looking for allocable blocks ..
find_allocable_blocks: bad and good unformatted
Aborted
bash# cat /dev/vcsa0 > fix.log
--------------------------------------------------------------------
--------------------------------------------------------------------
reiserfsck --rebuild-tree -q /dev/hda8
--------------------------------------------------------------------
Pass 0:
####### Pass 0 #######
Loading on-disk bitmap .. ok, 442177 blocks marked used
Skipping 8246 blocks (super block, journal, bitmaps) 433931 blocks will be re
ad 0%....20%....40%....60%....80%....100%
"r5" got 83718 hits
"r5" hash is selected
Flushing..done
Read blocks (but not data blocks) 433931
Leaves among those 21881
Objectids found 83133
Pass 1 (will try to insert 21881 leaves):
####### Pass 1 #######
Looking for allocable blocks .. ok
0%.build_the_tree: nothing but leaves are expected. Block 9938 - ??
...20%....40%....
mark_block_used: (448579) used already
Aborted
bash# cat /dev/vcsa0 > fixq.log
--------------------------------------------------------------------
p.s. This box is running under 2.4.19pre9aa2 kernel, but I tried
2.2.19 kernel too - without success.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: reiserfsck --rebuild-tree fails
2002-07-08 11:23 reiserfsck --rebuild-tree fails yurick
@ 2002-07-08 11:31 ` Oleg Drokin
2002-07-08 15:00 ` Re[2]: " Yurick A. Zaitsev
0 siblings, 1 reply; 4+ messages in thread
From: Oleg Drokin @ 2002-07-08 11:31 UTC (permalink / raw)
To: yurick; +Cc: reiserfs-list
Hello!
On Mon, Jul 08, 2002 at 02:23:16PM +0300, yurick@oblik.dp.ua wrote:
> Pass 1 (will try to insert 21881 leaves):
> ####### Pass 1 #######
> Looking for allocable blocks .. ok
> 0%.build_the_tree: nothing but leaves are expected. Block 9938 - ??
> ...20%....40%....
> mark_block_used: (448579) used already
This one is very clear sign of broken memory or broken data exchange between
HDD and the box itself.
Try changing IDE cable/replacing memory/putting the HDD into other box.
Bye,
Oleg
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re[2]: reiserfsck --rebuild-tree fails
2002-07-08 11:31 ` Oleg Drokin
@ 2002-07-08 15:00 ` Yurick A. Zaitsev
2002-07-08 15:06 ` Oleg Drokin
0 siblings, 1 reply; 4+ messages in thread
From: Yurick A. Zaitsev @ 2002-07-08 15:00 UTC (permalink / raw)
To: Oleg Drokin; +Cc: reiserfs-list
OD> > Pass 1 (will try to insert 21881 leaves):
OD> > ####### Pass 1 #######
OD> > Looking for allocable blocks .. ok
OD> > 0%.build_the_tree: nothing but leaves are expected. Block 9938 - ??
OD> > ...20%....40%....
OD> > mark_block_used: (448579) used already
OD>
OD> This one is very clear sign of broken memory or broken data exchange between
OD> HDD and the box itself.
OD> Try changing IDE cable/replacing memory/putting the HDD into other box.
Thank you, I've tried other box and it helps. I am believe in reiserfs
again! :)
Wouldn't be better to add advice about possible broken hardware to
reiserfsck when it prints such message?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: reiserfsck --rebuild-tree fails
2002-07-08 15:00 ` Re[2]: " Yurick A. Zaitsev
@ 2002-07-08 15:06 ` Oleg Drokin
0 siblings, 0 replies; 4+ messages in thread
From: Oleg Drokin @ 2002-07-08 15:06 UTC (permalink / raw)
To: Yurick A. Zaitsev; +Cc: reiserfs-list, vitaly
Hello!
On Mon, Jul 08, 2002 at 06:00:45PM +0300, Yurick A. Zaitsev wrote:
> OD> > Pass 1 (will try to insert 21881 leaves):
> OD> > ####### Pass 1 #######
> OD> > Looking for allocable blocks .. ok
> OD> > 0%.build_the_tree: nothing but leaves are expected. Block 9938 - ??
> OD> > ...20%....40%....
> OD> > mark_block_used: (448579) used already
> OD> This one is very clear sign of broken memory or broken data exchange between
> OD> HDD and the box itself.
> OD> Try changing IDE cable/replacing memory/putting the HDD into other box.
> Thank you, I've tried other box and it helps. I am believe in reiserfs
> again! :)
> Wouldn't be better to add advice about possible broken hardware to
> reiserfsck when it prints such message?
Yes, this is nice idea. Thanks.
Bye,
Oleg
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-07-08 15:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-08 11:23 reiserfsck --rebuild-tree fails yurick
2002-07-08 11:31 ` Oleg Drokin
2002-07-08 15:00 ` Re[2]: " Yurick A. Zaitsev
2002-07-08 15:06 ` Oleg Drokin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.