From: Thomas Krichel <krichel@openlib.org>
To: Linux LVM <linux-lvm@redhat.com>
Subject: [linux-lvm] ide / debian
Date: Tue, 10 May 2005 12:32:49 -0500 [thread overview]
Message-ID: <20050510173249.GJ2445@openlib.org> (raw)
I want to combine hdb hdc and hdd to one logical volume.
Each is 80G. All had a single partition. I have a 2.6.8 kernel.
I run the latest Debian testing version of lvm2.
The first attempt only got me only 149G for the vg.
So I followed the route suggested in the howto
to delete the partition tables on every disk
and use the devices. This give me a 220G vg. But
there were some error messages about not opening
/dev/hdb1 etc, which I ignored. I create an lv
to fill the volume group and make an ext2 file
system on it.
After the first reboot, the lv was not found. Inconsistent
metaadata was reported, which I fixed with the suggested
syntax, then tried to create the vg again, but got a
much smaller size.
I want to start from scratch for the third time.
fafner:~# vgremove /dev/vg1
Volume group "vg1" not found or inconsistent.
Consider vgreduce --removemissing if metadata is inconsistent.
fafner:~# vgreduce --removemissing vg1
Volume group "vg1" not found
fafner:~# vgscan
Reading all physical volumes. This may take a while...
fafner:~# vgcreate vg1 /dev/hdb /dev/hdc /dev/hdd
/dev/vg1: already exists in filesystem
My general impression is that maybe with ide or Debian,
this technology is not quite mature. If anyone wants
to check out this problem, I will be happy to allow
access to the machine.
Cheers,
Thomas Krichel mailto:krichel@openlib.org
http://openlib.org/home/krichel
RePEc:per:1965-06-05:thomas_krichel
next reply other threads:[~2005-05-10 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-10 17:32 Thomas Krichel [this message]
2005-05-11 16:39 ` [linux-lvm] Re: ide / debian Thomas Krichel
2005-05-11 16:49 ` AJ Lewis
2005-05-11 17:16 ` Thomas Krichel
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=20050510173249.GJ2445@openlib.org \
--to=krichel@openlib.org \
--cc=linux-lvm@redhat.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.