* What init in initrd shold do when booting?
@ 2001-04-06 1:24 Masahide Tomita
2001-04-06 19:00 ` Amit D Chaudhary
0 siblings, 1 reply; 2+ messages in thread
From: Masahide Tomita @ 2001-04-06 1:24 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I'm trying to boot Hard Hat Linux on MBX860, and it seems like just kernel worked successfully. But I can't mount any other partition, like hda or sda etc., because (I think) there is no /etc/mtab.
I'm using zImage.initrd made by zvmlinux (kernel) from HHL and sample ramdisk.image.gz in HHL's CDK cdrom combined. And the ramdisk.image.gz contains only few features because of the limitation of ramdisk size (4MB). I can, of course, increase the size of ramdisk, but I would like to mount bigger space for future applications.
So, the real quation is how can I mount regular storage (I mean block devices) from init? What should the init program should do to maount other devices and free the unused memory?
Thanks in advance.
Masahide Tomita
--
Masahide Tomita
Engineer
Information Technology Lab.
NAKAYO Telecommunications, INC.
PHONE:+81-3-3414-3321
mailto:tomita@itl.nyc.co.jp
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: What init in initrd shold do when booting?
2001-04-06 1:24 What init in initrd shold do when booting? Masahide Tomita
@ 2001-04-06 19:00 ` Amit D Chaudhary
0 siblings, 0 replies; 2+ messages in thread
From: Amit D Chaudhary @ 2001-04-06 19:00 UTC (permalink / raw)
To: Masahide Tomita; +Cc: linuxppc-embedded
Hi,
PSB,
Masahide Tomita wrote:
> Hi,
>
> So, the real quation is how can I mount regular storage (I mean block devices) from init?
As you would mount normally, add the corresponding entries to /etc/fstab
and your rc* scripts will mount them
>What should the init program should do to maount other devices and free the unused memory?
What is the unsued memory you are refering to? The one used by initrd?
In which case doing a umount /initrd should do, though using blockdev
command to flushbuffers on /dev/ram0 is advised.
Amit
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-04-06 19:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-06 1:24 What init in initrd shold do when booting? Masahide Tomita
2001-04-06 19:00 ` Amit D Chaudhary
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).