[linux-lvm] Re:cramfs ramdisk and rootfs on LVM

Jan H. van Gils janvg at vgnet.nl
Mon Feb 3 05:06:01 UTC 2003


	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 at VGNet.NL
RIPE Whois JHG5-RIPE, 6BONE Whois JHG1-6BONE




More information about the linux-lvm mailing list