* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
2001-12-19 14:08 ` reiserfs remount problem (Re: Linux 2.4.17-rc2) Masaru Kawashima
@ 2001-12-19 14:26 ` Oleg Drokin
2001-12-19 14:52 ` Masaru Kawashima
0 siblings, 1 reply; 6+ messages in thread
From: Oleg Drokin @ 2001-12-19 14:26 UTC (permalink / raw)
To: Masaru Kawashima; +Cc: lkml, reiserfs-list, chris
Hello!
On Wed, Dec 19, 2001 at 11:08:12PM +0900, Masaru Kawashima wrote:
> > - Reiserfs fixes (Oleg Drokin/Chris Mason)
> There is still reiserfs remount problem with 2.4.17-rc2.
Hmmm.
Few things needs to be verified:
Is your reiserfs root partition 3.5 or 3.6 format? (can be checked in /proc/fs/reiserfs/.../version
Try to boot of different media (rescue disk/CD) and run resiserfsck on your root partition,
is there any errors? If yes - then fix them (with reiserfsck --rebuild-tree probably),
and try to boot off your root disk again.
Remember to read FAQ entry on reiserfsck --rebuild-tree on namesys.com web site.
> >>EIP; c0159f54 <_get_block_create_0+748/85c> <=====
> 00000000 <_EIP>:
> Code; c0159f54 <_get_block_create_0+748/85c> <=====
> 0: 0f 0b ud2a <=====
Ok, so it is this code in _get_block_create_0:
if (!is_direct_le_ih (ih)) {
BUG ();
}
Hm.
Is your root partition big?
I want to look at it is that's possible.
At least at the metadata (reiserfsutils contains tools to extract metadata from disk drive,
if you'd extract such metadata and send it to me before you run reiserfsck - that would be great)
Thank you.
Bye,
Oleg
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
2001-12-19 14:26 ` [reiserfs-list] " Oleg Drokin
@ 2001-12-19 14:52 ` Masaru Kawashima
2001-12-19 15:01 ` Oleg Drokin
0 siblings, 1 reply; 6+ messages in thread
From: Masaru Kawashima @ 2001-12-19 14:52 UTC (permalink / raw)
To: Oleg Drokin; +Cc: linux-kernel, reiserfs-list, chris
Hi,
On Wed, 19 Dec 2001 17:26:44 +0300
Oleg Drokin <green@namesys.com> wrote:
> Hello!
>
> On Wed, Dec 19, 2001 at 11:08:12PM +0900, Masaru Kawashima wrote:
>
> > > - Reiserfs fixes (Oleg Drokin/Chris Mason)
>
> > There is still reiserfs remount problem with 2.4.17-rc2.
> Hmmm.
> Few things needs to be verified:
> Is your reiserfs root partition 3.5 or 3.6 format? (can be checked in /proc/fs/reiserfs/.../version
It's 3.6 format.
# cat /proc/fs/reiserfs/version
ReiserFS version 3.6.25 [built into kernel]
# cat /proc/fs/reiserfs/*/version
new format with checks off
new format with checks off
new format with checks off
new format with checks off
new format with checks off
> Try to boot of different media (rescue disk/CD) and run resiserfsck on your root partition,
> is there any errors?
I've tried reiserfsck with booting from spare root partition
formatted with ext3. But there was no errors.
> Is your root partition big?
Yes. It's 85GB. And it's on a software raid (raid0) partition.
> I want to look at it is that's possible.
> At least at the metadata (reiserfsutils contains tools to extract metadata from disk drive,
> if you'd extract such metadata and send it to me before you run reiserfsck - that would be great)
--
Masaru Kawashima <masaruk@gol.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
2001-12-19 14:52 ` Masaru Kawashima
@ 2001-12-19 15:01 ` Oleg Drokin
2001-12-19 15:21 ` Masaru Kawashima
0 siblings, 1 reply; 6+ messages in thread
From: Oleg Drokin @ 2001-12-19 15:01 UTC (permalink / raw)
To: Masaru Kawashima; +Cc: linux-kernel, reiserfs-list, chris
Hello!
On Wed, Dec 19, 2001 at 11:52:03PM +0900, Masaru Kawashima wrote:
> > > > - Reiserfs fixes (Oleg Drokin/Chris Mason)
> > > There is still reiserfs remount problem with 2.4.17-rc2.
> > Hmmm.
> > Few things needs to be verified:
> > Is your reiserfs root partition 3.5 or 3.6 format? (can be checked in /proc/fs/reiserfs/.../version
> It's 3.6 format.
> # cat /proc/fs/reiserfs/*/version
> new format with checks off
Hm. You said you are running 2.4.17-rc2, this is output from older kernel.
Or do you mean it is only 2.4.17-rc2 that cannot remount root read-write?
> I've tried reiserfsck with booting from spare root partition
> formatted with ext3. But there was no errors.
Hm.
> > Is your root partition big?
> Yes. It's 85GB. And it's on a software raid (raid0) partition.
Ok, I still want the metadata from this partition (read man on debugreiserfsck on -p option),
and tell me you reiserfsutils version.
Also were there any reiserfs specific error messages prior to the oops?
Bye,
Oleg
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
2001-12-19 15:01 ` Oleg Drokin
@ 2001-12-19 15:21 ` Masaru Kawashima
2001-12-19 15:26 ` Oleg Drokin
0 siblings, 1 reply; 6+ messages in thread
From: Masaru Kawashima @ 2001-12-19 15:21 UTC (permalink / raw)
To: Oleg Drokin; +Cc: linux-kernel, reiserfs-list, chris
Hi,
> > # cat /proc/fs/reiserfs/*/version
> > new format with checks off
> Hm. You said you are running 2.4.17-rc2, this is output from older kernel.
> Or do you mean it is only 2.4.17-rc2 that cannot remount root read-write?
Yes, the cat output was from 2.4.16. Kernels before -rc1 can remount
this root partition without errors.
> Ok, I still want the metadata from this partition (read man on debugreiserfsck on -p option),
> and tell me you reiserfsutils version.
Ok, I'll try that tomorrow.
(In Japan, it's midnight. I want to go to sleep now.)
> Also were there any reiserfs specific error messages prior to the oops?
There was no error message from reiserfs.
Thank you.
--
Masaru Kawashima <masaruk@gol.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
2001-12-19 15:21 ` Masaru Kawashima
@ 2001-12-19 15:26 ` Oleg Drokin
0 siblings, 0 replies; 6+ messages in thread
From: Oleg Drokin @ 2001-12-19 15:26 UTC (permalink / raw)
To: Masaru Kawashima; +Cc: linux-kernel, reiserfs-list, chris
Hello!
On Thu, Dec 20, 2001 at 12:21:17AM +0900, Masaru Kawashima wrote:
> > Ok, I still want the metadata from this partition (read man on debugreiserfsck on -p option),
> > and tell me you reiserfsutils version.
> Ok, I'll try that tomorrow.
> (In Japan, it's midnight. I want to go to sleep now.)
Good night, then.
> > Also were there any reiserfs specific error messages prior to the oops?
> There was no error message from reiserfs.
This is suspicious, because there is reiserfs_warning call in call trace you've sent us.
Bye,
Oleg
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2)
@ 2001-12-19 18:57 Gary White
0 siblings, 0 replies; 6+ messages in thread
From: Gary White @ 2001-12-19 18:57 UTC (permalink / raw)
To: linux-kernel
Same problem here, but fixed with reiserfsck --rebuild-tree ...
> Is your reiserfs root partition 3.5 or 3.6 format? (can be checked in
/proc/fs/reiserfs/.../version
Mine is 3.6.26 but I don't have that info in my proc...Show info not
compiled in kernel
>
> Try to boot of different media (rescue disk/CD) and run resiserfsck on
your root partition,
Did so and found errors
>
> is there any errors? If yes - then fix them (with reiserfsck
--rebuild-tree probably),
Ran reiserfsck --rebuild-tree and system now boots
> Is your root partition big?
No, 4GB
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-12-19 18:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-19 18:57 [reiserfs-list] reiserfs remount problem (Re: Linux 2.4.17-rc2) Gary White
-- strict thread matches above, loose matches on Subject: below --
2001-12-18 20:26 Linux 2.4.17-rc2 Marcelo Tosatti
2001-12-19 14:08 ` reiserfs remount problem (Re: Linux 2.4.17-rc2) Masaru Kawashima
2001-12-19 14:26 ` [reiserfs-list] " Oleg Drokin
2001-12-19 14:52 ` Masaru Kawashima
2001-12-19 15:01 ` Oleg Drokin
2001-12-19 15:21 ` Masaru Kawashima
2001-12-19 15:26 ` Oleg Drokin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox