* initial ramdisk + devfs
@ 2002-07-31 9:28 Soewono Effendi
[not found] ` <15687.48191.182139.642836@kim.it.uu.se>
0 siblings, 1 reply; 2+ messages in thread
From: Soewono Effendi @ 2002-07-31 9:28 UTC (permalink / raw)
To: linux-kernel
Hi all!
I was able to to use linux (2.4.x and 2.5.x) on a floppy with busybox using
this great devfs only, which saves me lots of spaces. I use the initial ram
disk.
But since I downloaded linux-2.5.29, nothing worked anymore.
Then I came a long about the problem with ramdisk driver and applied the
patch.
To my surprise :) it worked again. I was able to boot again.
As I tried to mount the boot floppy I got instead my floppy(ext2), driverfs
mounted??? How can that be? I'll send you my boot-floppy image, if you ask
me for that.
---------------------------------------------------------
I did the following:
without file system type specified:
# mount /dev/floppy/0 /mnt
**** driverfs is mounted instead of my ext2-floppy
# mount
...
/dev/floppy/0 on /mnt type driverfs (rw)
with file system type specified:
# mount -t ext2 /dev/floppy/0 /mnt
**** I got the following kernel dump
generic_make_request: Trying to access nonexistent block-device fd(2,0) (0)
Unable to handle kernel NULL pointer dereference at virtual address 000000a0
...
...
floppy0: timeout handler died: floppy shutdown
-----------------------------------------------------------
I have "Kernel automounter version 4 support" compiled in.
Would someone, who has enough time to "break" some linux-API behaviour, also
has time to notes this down!
Maybe there should be a kind of separate "WARNING_API_CHANGED" file under
Documentation, so that everybody might keep up with the latest "What might
be broken now?".
cheers,
-sE
--
visit us at http://www.sysgo.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-31 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-31 9:28 initial ramdisk + devfs Soewono Effendi
[not found] ` <15687.48191.182139.642836@kim.it.uu.se>
2002-07-31 11:36 ` Soewono Effendi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®