Gentoo Archives: gentoo-user

From: Daniel Iliev <daniel.iliev@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo-sources-2.6.29-r5 & ext4
Date: Thu, 04 Jun 2009 13:04:33
Message-Id: 20090604160429.7c0bbebf@ilievnet.com
In Reply to: Re: [gentoo-user] gentoo-sources-2.6.29-r5 & ext4 by Graham Murray
1 On Thu, 04 Jun 2009 13:36:41 +0100
2 Graham Murray <graham@×××××××××××.uk> wrote:
3
4 > Daniel Iliev <daniel.iliev@×××××.com> writes:
5 >
6 > > pwd
7 > > /usr/src/linux-2.6.29-gentoo-r5
8 > >
9 > > grep -i ext4 .config
10 > > CONFIG_EXT4_FS=y
11 > > # CONFIG_EXT4DEV_COMPAT is not set
12 > > CONFIG_EXT4_FS_XATTR=y
13 > > CONFIG_EXT4_FS_POSIX_ACL=y
14 > > CONFIG_EXT4_FS_SECURITY=y
15 >
16 > Have you also got ext3 built in, and have you specified the rootfstype
17 > kernel boot parameter (in lilo or grub)?
18 >
19 > Type adding "rootfstype=ext4" to your kernel boot parameters.
20 >
21 >
22 >
23
24 Yes to both questions:
25
26 .CONFIG:
27 grep -i ext3 .config
28 CONFIG_EXT3_FS=y
29 CONFIG_EXT3_FS_XATTR=y
30 CONFIG_EXT3_FS_POSIX_ACL=y
31 CONFIG_EXT3_FS_SECURITY=y
32
33
34 GRUB:
35 kernel /boot/vmlinuz real_root=/dev/md1 rootfstype=ext4
36
37
38 --
39 Best regards,
40 Daniel