* [linux-lvm] Re:cramfs ramdisk and rootfs on LVM
@ 2003-02-03 5:06 Jan H. van Gils
2003-02-04 0:04 ` Francis SOUYRI
0 siblings, 1 reply; 2+ messages in thread
From: Jan H. van Gils @ 2003-02-03 5:06 UTC (permalink / raw)
To: linux-lvm
Hi,
I tryed the options Francis gave to me but it doesn't work.
Here is my linuxrc file:
#!/bin/sh
/sbin/modprobe lvm-mod
/bin/mount -t tmpfs none /etc
/bin/mount -t proc none /proc
/bin/mount
echo "Scanning for Volume Groups ..."
/sbin/vgscan
echo "Activating Volume Groups ..."
/sbin/vgchange -a y
/bin/umount /proc
/bin/umount /etc
What is wrong in this file.
The thing that I see, is that the /bin/mount option doesn't show me any mounted file
systems. So /etc is not mounted with a tmpfs file system.
Jan
--
With regards Jan H. van Gils
Internet web-page http://www.VGNet.NL/
Internet e-mail address JanVG@VGNet.NL
RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-lvm] Re:cramfs ramdisk and rootfs on LVM
2003-02-03 5:06 [linux-lvm] Re:cramfs ramdisk and rootfs on LVM Jan H. van Gils
@ 2003-02-04 0:04 ` Francis SOUYRI
0 siblings, 0 replies; 2+ messages in thread
From: Francis SOUYRI @ 2003-02-04 0:04 UTC (permalink / raw)
To: linux-lvm
Hi Jan,
YES... sorry I miss this, I used the builtin "mount" command of the
"nash" shell (very small shell from redhat).
Best regards.
Francis
Jan H. van Gils wrote:
> Hi,
>
>I tryed the options Francis gave to me but it doesn't work.
>
>Here is my linuxrc file:
>
>#!/bin/sh
>/sbin/modprobe lvm-mod
>/bin/mount -t tmpfs none /etc
>/bin/mount -t proc none /proc
>/bin/mount
>echo "Scanning for Volume Groups ..."
>/sbin/vgscan
>echo "Activating Volume Groups ..."
>/sbin/vgchange -a y
>/bin/umount /proc
>/bin/umount /etc
>
>What is wrong in this file.
>The thing that I see, is that the /bin/mount option doesn't show me any mounted file
>systems. So /etc is not mounted with a tmpfs file system.
>
>Jan
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-04 0:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03 5:06 [linux-lvm] Re:cramfs ramdisk and rootfs on LVM Jan H. van Gils
2003-02-04 0:04 ` Francis SOUYRI
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.