From: Peter Gram <peter.gram@miracleas.dk>
To: Linux LVM <linux-lvm@sistina.com>
Cc: Peter Gram - Miracle A/S <peter.gram@miracleas.dk>
Subject: [linux-lvm] LVM Redhat 7.2 : Volume Group not activated on boot
Date: Mon Feb 11 18:48:01 2002 [thread overview]
Message-ID: <3C686693.2060007@miracleas.dk> (raw)
Hi
I have this problem that I hope some of you out there might be able to
help with ?
My problem is on boot of the machine I get a error from the mount
process that it can not mount and check my file system
"/dev/vg01/vg01lv01" and a option to go into singe user mode where I can
se that the "vgchange -a y" is not run to activate
the volume group. I have looked at the rc.sysinit and there is this
entry that should activate all defined volume groups.
Have any of you out in cyberspace seen the same problem with Redhat 7.2 ?
cut from the /etc/rc.d/rc.sysinit :
# LVM initialization
if [ -e /proc/lvm -a -x /sbin/vgchange -a -f /etc/lvmtab ]; then
action $"Setting up Logical Volume Management:" /sbin/vgscan &&
/sbin/vgchange -a y
fi
My setup :
HP Omnibook 6000 laptop
Redhat 7.2
I have installed the "new" 2.4.17 Linux kernel
VLM support works (That is I can create lv's and I use ext3 file system
on them)
I have added my lvm to fstab and are able to mount/umount the file
system without problems
cut from fstab :
/dev/vg01/vg01lv01 /home5/pgram/dev ext3 defaults 1 2
--
/regards
Peter Gram
Phone : +45 2527 7107
Fax : +45 4466 8856
Miracle A/S
Kratvej 2
2760 M�lev
http://miracleas.dk
next reply other threads:[~2002-02-11 18:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-11 18:48 Peter Gram [this message]
2002-02-11 19:59 ` [linux-lvm] LVM Redhat 7.2 : Volume Group not activated on boot Theo Van Dinter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C686693.2060007@miracleas.dk \
--to=peter.gram@miracleas.dk \
--cc=linux-lvm@sistina.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.