Gentoo Archives: gentoo-ppc-user

From: Matti Bickel <kabel@××××.de>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver
Date: Fri, 11 Nov 2005 12:13:18
Message-Id: 20051111121239.GA7726@pluto.atHome
In Reply to: Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver by Charles Trois
1 Charles Trois <charles.trois@×××××××.fr> wrote:
2 > Joseph Jezak a écrit :
3 > >You're probably using an Apple partitioning scheme. In order to read
4 > >from Apple partitions, you'll need to have support for that in your
5 > >kernel. Turn on: CONFIG_PARTITION_ADVANCED and CONFIG_MAC_PARTITION.
6 > >In the future, to make kernel configuration more simple, you should
7 > >do a "make defconfig" before configuration. This ensures that you
8 > >have sane defaults set.
9 > Thank you. I changed the options as you suggest. The boot process goes
10 > now a little bit further, but it stops on an error of a new type:
11 >
12 > Mounting /dev for udev
13 > The "mount" command failed with error:
14 > wrong fstype, bad option, bad superblock on udev, or too many mounted file systems
15
16 Please check if you compiled support for tmpfs in your kernel. The
17 option is CONFIG_TMPFS. Do NOT make this a module.
18
19 This is kinda wild guess, but it sounds like you're missing
20 kernel-support.
21
22 Wishes,
23 Matti
24 --
25 Today is a good day to bribe a high-ranking public official.

Replies

Subject Author
Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver Charles Trois <charles.trois@×××××××.fr>