Computing.Net > Forums > Linux > File sys. sele.: Building kernel

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

File sys. sele.: Building kernel

Reply to Message Icon

Name: priti
Date: July 29, 2003 at 21:11:45 Pacific
OS: Red hat linux 8.0
CPU/Ram: celeron
Comment:

Hi,
I'm trying to build kernel and in choosing file system option : I want to select ext3 and JBD.
Should I give y(yes) or m(module)?
I'm new at this OS, so not very much familiar about this.
Any help will be greatly appreciated.
Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: Balram Adlakha
Date: July 30, 2003 at 07:32:53 Pacific
Reply:

say yes if you don't want to use an initrd. Saying yes is recommended instead of module. Also try using make menuconfig instead of make config. Menuconfig is a menu based program and its much easier to use.


0

Response Number 2
Name: 3Dave
Date: August 1, 2003 at 08:20:43 Pacific
Reply:

Saying "yes" will compile it into the
kernel....but makes it bigger. Compiling it
as a module keeps your kernel size down but
can prove to be problematic, for example if
the module required to be loaded to read a
ext3 filesystem is actually stored on
ext3....you wont be able to load it
(although you could mount it as ext2
instead I suppose).

I would suggest compiling things you really
need into the kernel and other stuff as
modules. You can load and unload modules on
the fly in linux without having to
reboot/recompile.

Some things only work as modules and others
don't. If in doubt....say "yes".


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Speakers taking a s%^$ Record recording



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: File sys. sele.: Building kernel

/boot contents after kernel build? www.computing.net/answers/linux/boot-contents-after-kernel-build/6169.html

init not found: Kernel panic www.computing.net/answers/linux/init-not-found-kernel-panic/21772.html

rebooting newly build kernel www.computing.net/answers/linux/rebooting-newly-build-kernel/21692.html