Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-ppc-user
On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox <jwfoxjr@...> wrote:
> Mark,
>
> Did you compile in your ext2/ext3 support as a module or statically into the
> kernel? If you compiled them as modules, then you need to create an inirtrd
> that includes the drivers to load on boot.
>
> Just a thought.
>
> Joe
>
>
> On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht <markknecht@...> wrote:
>>
>> /dev/hda4 / ext3 noatime
>
I believe they are both built-in:
livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT2
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT3
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
livecd ~ #
- Mark
|
|