* [linux-lvm] lvm in SuSE 7.3
@ 2001-12-20 3:10 r.kahrl
2001-12-20 3:25 ` Friedrich Lobenstock
2001-12-20 13:05 ` Petro
0 siblings, 2 replies; 4+ messages in thread
From: r.kahrl @ 2001-12-20 3:10 UTC (permalink / raw)
To: linux-lvm
Hello.
I just wondered what LVM in Yast2 means and opened it... but i didn't want to create a LV on my System, so i closed the program without creating a Logical Volume. If i restart my system, LVM reports no volume group was found and starts vgchange. How can i remove this problem?
Greetings
Ralf Kahrl
______________________________________________________________________________
DSL-Stichtag ist der 31.12.2001 - Sie sparen jetzt noch 135 Euro!
Highspeed-Surfen beim Testsieger + Exklusiv-Prämien: http://dsl.web.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] lvm in SuSE 7.3
2001-12-20 3:10 [linux-lvm] lvm in SuSE 7.3 r.kahrl
@ 2001-12-20 3:25 ` Friedrich Lobenstock
2001-12-20 13:05 ` Petro
1 sibling, 0 replies; 4+ messages in thread
From: Friedrich Lobenstock @ 2001-12-20 3:25 UTC (permalink / raw)
To: linux-lvm
On Thu, 20 Dec 2001 10:12, r.kahrl@web.de wrote:
> I just wondered what LVM in Yast2 means and opened it... but i
> didn't want to create a LV on my System, so i closed the program
> without creating a Logical Volume. If i restart my system, LVM
> reports no volume group was found and starts vgchange. How can i
> remove this problem?
rm -fR /etc/lvmtab.d/
should do the trick for you.
--
MfG / Regards
Friedrich Lobenstock
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] lvm in SuSE 7.3
2001-12-20 3:10 [linux-lvm] lvm in SuSE 7.3 r.kahrl
2001-12-20 3:25 ` Friedrich Lobenstock
@ 2001-12-20 13:05 ` Petro
2001-12-20 14:13 ` Friedrich Lobenstock
1 sibling, 1 reply; 4+ messages in thread
From: Petro @ 2001-12-20 13:05 UTC (permalink / raw)
To: linux-lvm
On Thu, Dec 20, 2001 at 10:12:21AM +0100, r.kahrl@web.de wrote:
> Hello.
>
> I just wondered what LVM in Yast2 means and opened it... but i didn't want to create a LV on my System, so i closed the program without creating a Logical Volume. If i restart my system, LVM reports no volume group was found and starts vgchange. How can i remove this problem?
It's not really a "problem", but if the SUSE kernel loads everything
modularly, then you could check your modules.conf file and see if
it's loading LVM. If so get rid of that line.
--
Share and Enjoy.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [linux-lvm] lvm in SuSE 7.3
2001-12-20 13:05 ` Petro
@ 2001-12-20 14:13 ` Friedrich Lobenstock
0 siblings, 0 replies; 4+ messages in thread
From: Friedrich Lobenstock @ 2001-12-20 14:13 UTC (permalink / raw)
To: linux-lvm
On Thu, 20 Dec 2001 11:07, Petro wrote:
> On Thu, Dec 20, 2001 at 10:12:21AM +0100, r.kahrl@web.de wrote:
> >
> > If i restart my system, LVM reports no volume group was found and
> > starts vgchange. How can i remove this problem?
>
> It's not really a "problem", but if the SUSE kernel loads everything
> modularly, then you could check your modules.conf file and see if
> it's loading LVM. If so get rid of that line.
No that has nothing to do with modules. Look at this line from
/etc/init.d/boot (this is from SuSE 7.1 but should apply 1:1 to 7.3)
#
# Find and activate volume groups (HM 1/1/1999)
#
if test -d /etc/lvmtab.d/ -a -x /sbin/vgscan -a -x /sbin/vgchange ; then
echo "Run file system check on root for LVM activation"
while read des fs type rest; do
case "$fs" in
So if he get's rid of the /etc/lvmtab.d/, created by the lvm tools then
the system will not try to activate LVM on boot.
--
MfG / Regards
Friedrich Lobenstock
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-12-20 14:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-20 3:10 [linux-lvm] lvm in SuSE 7.3 r.kahrl
2001-12-20 3:25 ` Friedrich Lobenstock
2001-12-20 13:05 ` Petro
2001-12-20 14:13 ` Friedrich Lobenstock
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.