From: Bradley M Alexander <storm@tux.org>
To: linux-lvm@sistina.com
Subject: [linux-lvm] Can't rebuild LVM
Date: Sat Nov 2 12:50:02 2002 [thread overview]
Message-ID: <20021102184903.GA12075@sonsofthunder.yi.org> (raw)
Background: Norton utilities screwed up the partition table on one of my
lvm drives. I tried a pvcreate -ff to recover but ended up losing the lvm
partitions. I lost all of my partitions with the exception of /, /lib and
/usr, so the system is still bootable and most of the system apps are still
available. (I did lose /var, though the system has automagically recreated
some of the directories). This is on a Debian/sid box running kernel 2.4.19
and devfs.
The hardware allocated to pvs are /dev/hda3 (27GB), /dev/hdc (30GB) and
/dev/hde (30GB).
I tried to create the pvs and got the following:
# pvcreate /dev/hda3
modprobe: Can't locate module /dev/lvm
modprobe: Can't locate module /dev/lvm
modprobe: Can't locate module /dev/lvm
modprobe: Can't locate module /dev/lvm
modprobe: Can't locate module /dev/group
pvcreate -- physical volume "/dev/hda3" successfully created
for subsequent creates (pvcreate /dev/hdc; pvcreate /dev/hde), I get a
response of "modprobe: Can't locate module /dev/group"; both claim to be
successfully created.
I then try to create the volume group:
# vgcreate vg00 /dev/ide/host0/bus0/target0/lun0/part3
/dev/ide/host0/bus1/target0/lun0/disc /dev/ide/host2/bus0/target0/lun0/disc
modprobe: Can't locate module /dev/vg00
invalidate: Busy buffer
vgcreate -- no valid physical volumes in command line
The other night, I attempted to rebuild and restore the system. It came up
in single user, and after three hours of recreating volumes, partitions and
restoring from backups, I tried to go to multiuser. It rebooted and the LVs
disappeared.
LVM is compiled monilithically into the kernel rather than as modules.
Since I have been running it for about a year, it is 1.0.1-rc4. I have the
following questions:
1. Why is modprobe getting these devices (/dev/vg00, /dev/lvm, etc) which
it then cannot find?
2. Why is, after I rebuild the volume, it not persisting between reboots?
3. What should I do to get these back permanently?
4. Would upgrading to 1.0.6 or even lvm2 help my situation?
Can someone please help me get my system back to being operational?
Thanks,
--Brad
next reply other threads:[~2002-11-02 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-02 12:50 Bradley M Alexander [this message]
2002-11-05 8:05 ` [linux-lvm] Can't rebuild LVM Heinz J . Mauelshagen
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=20021102184903.GA12075@sonsofthunder.yi.org \
--to=storm@tux.org \
--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.