On Thu, 04 Jun 2009 13:36:41 +0100
Graham Murray <gra...@gmurray.org.uk> wrote:

> Daniel Iliev <daniel.il...@gmail.com> writes:
> 
> > pwd
> > /usr/src/linux-2.6.29-gentoo-r5
> >
> > grep -i ext4 .config
> > CONFIG_EXT4_FS=y
> > # CONFIG_EXT4DEV_COMPAT is not set
> > CONFIG_EXT4_FS_XATTR=y
> > CONFIG_EXT4_FS_POSIX_ACL=y
> > CONFIG_EXT4_FS_SECURITY=y
> 
> Have you also got ext3 built in, and have you specified the rootfstype
> kernel boot parameter (in lilo or grub)?
> 
> Type adding "rootfstype=ext4" to your kernel boot parameters.
> 
> 
> 

Yes to both questions:

.CONFIG:
grep -i ext3 .config
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y


GRUB:
kernel /boot/vmlinuz real_root=/dev/md1 rootfstype=ext4


-- 
Best regards,
Daniel

Reply via email to