linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel panic & ext2 filesystem
@ 2004-03-22 13:20 Luca Ferrari
  2004-03-22 13:28 ` Thomas Steudten
  0 siblings, 1 reply; 5+ messages in thread
From: Luca Ferrari @ 2004-03-22 13:20 UTC (permalink / raw)
  To: linux-admin

Hi,
I'm still fighting against kernel 2.6.4. Now I found a strange behavior, that 
cannot explain to myself. I've got all my partitions formatted with reiserfs, 
and in particular:

luca@lucaSassuolo:~> mount
/dev/hda2 on / type reiserfs (rw)

that means root partition /dev/hda2 is reiserfs. Now I've unchecked ext2 and 
ext3 support in the filesystem options, leaving support for reiserfs directly 
in the kernel (i.e., not as module):

lucaSassuolo:/usr/src/linux # grep REISER .config
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y

but at the reboot I got a kernel panic, since it was unable to mount /dev/hda2 
as root. I've re-checked the support (not as module) for ext2 and ext3 and 
the system starts.
Why should I support ext2,3 if all my partitions are reiserfs? Can anybody 
explain me this?

Thanks,
Luca

-- 
Luca Ferrari,
fluca1978@virgilio.it

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel panic & ext2 filesystem
  2004-03-22 13:20 kernel panic & ext2 filesystem Luca Ferrari
@ 2004-03-22 13:28 ` Thomas Steudten
  2004-03-22 14:13   ` Jeff Largent
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Steudten @ 2004-03-22 13:28 UTC (permalink / raw)
  To: fluca1978; +Cc: linux-admin

What is the exact kernel output?
What looks your /etc/fstab like?

Luca Ferrari wrote:

> Hi,
> I'm still fighting against kernel 2.6.4. Now I found a strange behavior, that 
> cannot explain to myself. I've got all my partitions formatted with reiserfs, 
> and in particular:
> 
> luca@lucaSassuolo:~> mount
> /dev/hda2 on / type reiserfs (rw)
> 
> that means root partition /dev/hda2 is reiserfs. Now I've unchecked ext2 and 
> ext3 support in the filesystem options, leaving support for reiserfs directly 
> in the kernel (i.e., not as module):
> 
> lucaSassuolo:/usr/src/linux # grep REISER .config
> CONFIG_REISERFS_FS=y
> # CONFIG_REISERFS_CHECK is not set
> CONFIG_REISERFS_PROC_INFO=y
> 
> but at the reboot I got a kernel panic, since it was unable to mount /dev/hda2 
> as root. I've re-checked the support (not as module) for ext2 and ext3 and 
> the system starts.
> Why should I support ext2,3 if all my partitions are reiserfs? Can anybody 
> explain me this?
> 
> Thanks,
> Luca
> 

-- 
Tom

LINUX user since kernel 0.99.x 1994.
RPM Alpha packages at http://alpha.steudten.com/packages
Want to know what S.u.S.E 1995 cdrom-set contains?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel panic & ext2 filesystem
  2004-03-22 13:28 ` Thomas Steudten
@ 2004-03-22 14:13   ` Jeff Largent
  2004-03-23 10:20     ` Luca Ferrari
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Largent @ 2004-03-22 14:13 UTC (permalink / raw)
  To: fluca1978; +Cc: linux-admin

Luca,
   If you use initrd, its' filesystem is ext2.

Jeff

Thomas Steudten wrote:
> What is the exact kernel output?
> What looks your /etc/fstab like?
> 
> Luca Ferrari wrote:
> 
>> Hi,
>> I'm still fighting against kernel 2.6.4. Now I found a strange 
>> behavior, that cannot explain to myself. I've got all my partitions 
>> formatted with reiserfs, and in particular:
>>
>> luca@lucaSassuolo:~> mount
>> /dev/hda2 on / type reiserfs (rw)
>>
>> that means root partition /dev/hda2 is reiserfs. Now I've unchecked 
>> ext2 and ext3 support in the filesystem options, leaving support for 
>> reiserfs directly in the kernel (i.e., not as module):
>>
>> lucaSassuolo:/usr/src/linux # grep REISER .config
>> CONFIG_REISERFS_FS=y
>> # CONFIG_REISERFS_CHECK is not set
>> CONFIG_REISERFS_PROC_INFO=y
>>
>> but at the reboot I got a kernel panic, since it was unable to mount 
>> /dev/hda2 as root. I've re-checked the support (not as module) for 
>> ext2 and ext3 and the system starts.
>> Why should I support ext2,3 if all my partitions are reiserfs? Can 
>> anybody explain me this?
>>
>> Thanks,
>> Luca
>>
> 

-- 
Jeff Largent                   ImageLinks, Inc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel panic & ext2 filesystem
  2004-03-22 14:13   ` Jeff Largent
@ 2004-03-23 10:20     ` Luca Ferrari
  2004-03-23 10:56       ` Andrew Kelly
  0 siblings, 1 reply; 5+ messages in thread
From: Luca Ferrari @ 2004-03-23 10:20 UTC (permalink / raw)
  To: linux-admin

On Monday 22 March 2004 15:13 Jeff Largent's cat walking on the keyboard  
wrote:

> Luca,
>    If you use initrd, its' filesystem is ext2.
>
> Jeff
>

In fact I suppose it it this the problem, but I thought that enabling initrd 
support in kernel suffices. However thanks for the help.

Luca

-- 
Luca Ferrari,
fluca1978@virgilio.it

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kernel panic & ext2 filesystem
  2004-03-23 10:20     ` Luca Ferrari
@ 2004-03-23 10:56       ` Andrew Kelly
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Kelly @ 2004-03-23 10:56 UTC (permalink / raw)
  To: fluca1978; +Cc: linux-admin@vger.kernel.org

On Tue, 2004-03-23 at 11:20, Luca Ferrari wrote:
> On Monday 22 March 2004 15:13 Jeff Largent's cat walking on the keyboard  
> wrote:
> 
> > Luca,
> >    If you use initrd, its' filesystem is ext2.
> >
> > Jeff
> >
> 
> In fact I suppose it it this the problem, but I thought that enabling initrd 
> support in kernel suffices. However thanks for the help.
> 
> Luca

I think that what Jeff means is that if you're using an initrd that you
didn't make yourself, it will be using an ext2 filesystem.

As far as I know, though, there is no reason you couldn't build your own
to use whatever you want.

Andy
-- 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-23 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-22 13:20 kernel panic & ext2 filesystem Luca Ferrari
2004-03-22 13:28 ` Thomas Steudten
2004-03-22 14:13   ` Jeff Largent
2004-03-23 10:20     ` Luca Ferrari
2004-03-23 10:56       ` Andrew Kelly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).