LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Ext3 not recognized after kernel compile (https://www.linuxquestions.org/questions/slackware-14/ext3-not-recognized-after-kernel-compile-326074/)

jdrietz 05-22-2005 07:58 PM

Ext3 not recognized after kernel compile
 
I am running Slackware 10.1 on an IBM thinkpad x30. I decided to do a custom kernel compile (first time!) with the 2.6.10 kernel. Everything seems to have gone smoothly, accept that while linux is loading, I have an error like "ext3 not recognized." I remember selecting this for inclusion in the kernel compile. Any thoughts? Thanks.

-JR

Tinkster 05-22-2005 08:08 PM

Hard to say :0

We don't know your partitioning scheme or file-system
layout ... if the box just complains but boots anyway,
have a look at the output of dmesg.



Cheers,
Tink

MS3FGX 05-22-2005 09:32 PM

Well, there are two possibilities here.

1. You think you included ext3 support, but perhaps made a mistake and in fact didn't include it.

2. You included ext3 support, but did so as a module, and that module now lays on the root file system, which happens to be ext3.

The second possibility sounds like the most likely to me. The problem is that the kernel can't read the file system that the kernel module resides on, so it can't load the module.

But if the machine is booting, than this isn't the case. If you'r machine is booting successfully and just complaining about not recognizing ext3, the first possibility is more likely.

jdrietz 06-01-2005 06:55 PM

Thanks. Checked that I did everything you said, recompiled, and it works now!


All times are GMT -5. The time now is 11:47 PM.