"Brian J. Murrell" <[EMAIL PROTECTED]> writes:
> Hello all,
>
> If I make a journal on my rootfs (tune2fs -j ...) and set my root
> filesystem in /etc/fstab to ext3, will the kernel installation
> (specifically initrd creation) be smart enough to put the ext3.o
> module into the initrd?
yes.
> Will the kernel try the modular ext3 driver before the statically
> linked ext2 driver (which will of course mount an ext3 filesystem)?
if i understand correctly he will mount first in ext2 and after
remounting in ext3.