Hello matto Even if a create an entrie with mknod it doesn't work...:s But i'm a little confused, I think I'm not compiling the kernel correctly.
If I install the SDK kit from acmesystems I do: $ make menuconfig => change the kernel to v2.6 => I save the configuration file $ ./configure (I do this because otherwise there is no /os/linux-2.6/) then i go to the os/linux-2.6 $ cd os/linux-2.6 $ make menuconfig => There I can select to support ext3 filesystem => I save the configuration file I go back $ cd ../.. there I compile the kernel $ make then I flash the foxboard $ boot_linux -F -i fimage I think this is the way for compiling a 2.6 kernel with ext3? I'm verry new to compiling a kernel so if i do something wrong please tell me:-) --- In [email protected], Matto Fransen <[EMAIL PROTECTED]> wrote: > > Hi Sambuls, > > When you look into your kernel-messages you see > that there is a sda5 entry in it, not sdb5 > > Now, you should have a couple of entries in your /dev > directory: > /dev/sda > /dev/sda5 > > If not, you should make them with mknod. > > Good luck, > > Matto > > --- sambuls <[EMAIL PROTECTED]> wrote: > > > > > So far so good:-) > > I compiled the kernel with ext3 filesystem. > > There is only one problem: > > > > I have a usb disk with an extended partition and in > > that extended > > partition I created a logical partition the name of > > this logical > > partition is : sdb5 > > 8<-- snip -- > > Jan 1 00:05:15 axis kernel: sda: sda1 < sda5 > > > ^- this is the line from the kernel-messages > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
