public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ext3 not supported by kernel !!!!!
@ 2001-11-21 23:07 Miguel Maria Godinho de Matos
  2001-11-21 23:14 ` J Sloan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Miguel Maria Godinho de Matos @ 2001-11-21 23:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kernel

Hi again guys, i manage to compile the 2.4.14 kernel just fine, and did all 
the steps:

make  menuconfig
make dep
( didn't do make clean though )
make modules
make modules install
cp arch/i386/boot/bzImage /boot/vzmiluz-2.4.14
mkinitrd /boot/initrd-2.4.14.img

edited my lilo and updated it ( /sbin/lilo )

Then i rebooted and was expecting a happy ending though it not happened.
after loading the kernel, when linux was suppose to mount the modules, the 
file system and so, an error appeard!!

fs ext3 not supported by kernel

kernel panic...... bla bla bla

after that i reentered linux with my working kernel and did bzdisk just to 
check!

then i rebooted and linux booted because the kernel needn't be mounted as it 
is in the floppy and initrf.immg as well.

though when red hat came to mount the file system, instead of the beautifull 
[ ok ], a [ failed ] appeard, again with the error message:

fs ext3 not supported by kernel!

This was for what i  think something i misschoose in the make config step am 
i right??'

If so can one of u tell me which menu contains the ext3 support for the 
kernel compilation.

tks again, Astinus

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

* Re: Ext3 not supported by kernel !!!!!
  2001-11-21 23:07 Miguel Maria Godinho de Matos
@ 2001-11-21 23:14 ` J Sloan
  2001-11-21 23:20 ` war
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: J Sloan @ 2001-11-21 23:14 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

Miguel Maria Godinho de Matos wrote:

> Hi again guys, i manage to compile the 2.4.14 kernel just fine, and did all
> the steps:
>
> Then i rebooted and was expecting a happy ending though it not happened.
> after loading the kernel, when linux was suppose to mount the modules, the
> file system and so, an error appeard!!
>
> fs ext3 not supported by kernel

ext3 is not supported by 2.4.14 -

However you have some options here.

- Get the ext3 kernel patches from Andrew Morton's site
- Update your kernel to 2.4.15-pre8, which has ext3 support
- Edit your fstab to mount the filesystems as type "auto" not ext3

cu

jjs


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

* Re: Ext3 not supported by kernel !!!!!
  2001-11-21 23:07 Miguel Maria Godinho de Matos
  2001-11-21 23:14 ` J Sloan
@ 2001-11-21 23:20 ` war
  2001-11-21 23:26 ` François Cami
  2001-11-22  2:46 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 6+ messages in thread
From: war @ 2001-11-21 23:20 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

ext3 is supported in 2.4.15-pre2 and up.

Miguel Maria Godinho de Matos wrote:

> Hi again guys, i manage to compile the 2.4.14 kernel just fine, and did all
> the steps:
>
> make  menuconfig
> make dep
> ( didn't do make clean though )
> make modules
> make modules install
> cp arch/i386/boot/bzImage /boot/vzmiluz-2.4.14
> mkinitrd /boot/initrd-2.4.14.img
>
> edited my lilo and updated it ( /sbin/lilo )
>
> Then i rebooted and was expecting a happy ending though it not happened.
> after loading the kernel, when linux was suppose to mount the modules, the
> file system and so, an error appeard!!
>
> fs ext3 not supported by kernel
>
> kernel panic...... bla bla bla
>
> after that i reentered linux with my working kernel and did bzdisk just to
> check!
>
> then i rebooted and linux booted because the kernel needn't be mounted as it
> is in the floppy and initrf.immg as well.
>
> though when red hat came to mount the file system, instead of the beautifull
> [ ok ], a [ failed ] appeard, again with the error message:
>
> fs ext3 not supported by kernel!
>
> This was for what i  think something i misschoose in the make config step am
> i right??'
>
> If so can one of u tell me which menu contains the ext3 support for the
> kernel compilation.
>
> tks again, Astinus
> -
> 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/


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

* Re: Ext3 not supported by kernel !!!!!
  2001-11-21 23:07 Miguel Maria Godinho de Matos
  2001-11-21 23:14 ` J Sloan
  2001-11-21 23:20 ` war
@ 2001-11-21 23:26 ` François Cami
  2001-11-22  2:46 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 6+ messages in thread
From: François Cami @ 2001-11-21 23:26 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

Miguel Maria Godinho de Matos wrote:


> fs ext3 not supported by kernel!
> 
> This was for what i  think something i misschoose in the make config step am 
> i right??'


yes and no... basically vanilla 2.4.14 doesn't support ext3,
although you can patch it to get ext3.

either you want to try 2.4.15pre8 and you have to patch your 2.4.14
with
http://www.kernel.org/pub/linux/kernel/testing/patch-2.4.15-pre8.gz
or you can patch 2.4.14 with the ext3 patch at :
http://beta.redhat.com/index.cgi?action=ext3
or you can wait for 2.4.15


> If so can one of u tell me which menu contains the ext3 support for the 
> kernel compilation.


Filesystems

François


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

* Re: Ext3 not supported by kernel !!!!!
  2001-11-21 23:07 Miguel Maria Godinho de Matos
                   ` (2 preceding siblings ...)
  2001-11-21 23:26 ` François Cami
@ 2001-11-22  2:46 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 6+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-11-22  2:46 UTC (permalink / raw)
  To: Miguel Maria Godinho de Matos; +Cc: linux-kernel

Em Wed, Nov 21, 2001 at 11:07:31PM +0000, Miguel Maria Godinho de Matos escreveu:
> fs ext3 not supported by kernel

First: 2.4.14 doesn't have ext3 integrated. Ok, but the kernel should
fallback to ext2, it seems you didn't selected ext2...

- Arnaldo

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

* Re: Ext3 not supported by kernel !!!!!
@ 2001-11-22 14:19 RaúlNúñez de Arenas Coronado
  0 siblings, 0 replies; 6+ messages in thread
From: RaúlNúñez de Arenas Coronado @ 2001-11-22 14:19 UTC (permalink / raw)
  To: Astinus, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

    Hi Miguel :)

>Hi again guys, i manage to compile the 2.4.14 kernel just fine, and did all 
[...]
>fs ext3 not supported by kernel

    Wait til 2.4.15. Anyway, you can patch 2.4.14 to support ext3.

    Raúl

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

end of thread, other threads:[~2001-11-23  0:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-22 14:19 Ext3 not supported by kernel !!!!! RaúlNúñez de Arenas Coronado
  -- strict thread matches above, loose matches on Subject: below --
2001-11-21 23:07 Miguel Maria Godinho de Matos
2001-11-21 23:14 ` J Sloan
2001-11-21 23:20 ` war
2001-11-21 23:26 ` François Cami
2001-11-22  2:46 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox