linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Alfaro Solana <lkml@mac.com>
To: linux lover <linux_lover2004@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: ext3 inclusion in kernel config file
Date: Mon, 10 Jan 2005 23:33:47 +0100	[thread overview]
Message-ID: <B1B1EF32-6357-11D9-9712-000D9352858E@mac.com> (raw)
In-Reply-To: <20050110135811.8559.qmail@web52207.mail.yahoo.com>

On 10 Jan 2005, at 14:58, linux lover wrote:

> Hello,
> I have downloaded kernel 2.4.24 and compiled it as per
> my requirement. I have included here my config file.
> My requirements are to use this kernel on LAN with NIC
> 8139too and limited functionality. I have Intel
> 845GLAD motherboard. What i want to know is that is
> any necessary component am i missing to include???
>       Also i am confuse about ext3 filesystem. I think
> its essential to compile with ext3 support but how to
> include it either Module or Built-in support. I have
> compiled with exts as Module as well as built in and
> both are working. But i want to know standard way.

Ext3 isn't esentially a necessary filesystem: it depends on whether you 
will use it. Many Linux distributions use ReiserFS by default, others 
use ext3. So in fact, it depends. First, you will need to know what 
filesystem is being used by your root filesystem. Thus, you will 
probably want to compile the corresponding module into your kernel 
(instead of using a module).

For example, on my main workstation, I use ext3 and thus, I choose to 
build ext3 into the kernel. However, on my laptop I usually prefer to 
use ext2 and thus, I build ext2 into the kernel and don't build ext3 at 
all.

If your kernel works with ext3 as a module or built-in, is probably due 
to the fact that, either your root filesystem is not ext3, or you are 
using an Initial RAMDISK (initrd) which is loaded together with the 
kernel image into RAM by the bootloader. The kernel mounts the initial 
RAMDISK as the root filesystem and uses a /linuxrc script to start 
booting the system. I guess your Initial RAMDISK does also include the 
ext3.ko kernel module which is loaded into memory by /linuxrc in order 
to allow for mounting your real ext3 root filesystem later.


      reply	other threads:[~2005-01-10 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-10 13:58 ext3 inclusion in kernel config file linux lover
2005-01-10 22:33 ` Felipe Alfaro Solana [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B1B1EF32-6357-11D9-9712-000D9352858E@mac.com \
    --to=lkml@mac.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux_lover2004@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).