sambuls ha scritto:
> 
> 
> 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

at this point you have to do an extra step:

the first time
mv ../../kernelconfig-2.6 ../../kernelconfig-2.6_orig

every time you will modify the kernel config
cp -f .config ../../kernelconfig-2.6

this because make overwrite the /os/linux-2.6/.config with kernelconfig-2.6


> $ 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] <mailto:foxboard%40yahoogroups.com>, 
> 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 <http://mail.yahoo.com>
>  >
> 
> 


-- 
Roberto A. Foglietta
http://roberto.foglietta.name
http://linux.genova.it

Reply via email to