From: "Kevin P. Fleming" <kpfleming@cox.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] lvm/devfs bug?
Date: Thu Apr 10 14:58:01 2003 [thread overview]
Message-ID: <3E95CCDB.4080305@cox.net> (raw)
In-Reply-To: <1049998095.1031.5.camel@rich-laptop>
rich turner wrote:
> does anyone recognize this as a bug within lvm?
>
> there clearly is not a partition on sda (according to /proc/partitions)
> but pvcreate thinks there is one. if pvcreate examines only
> /proc/partitions for disk partitions and there is not a partition on a
> disk then why does pvcreate fail? i may not understand all of the
> underlying behavior of pvcreate but it appears to be failing when it
> shouldnt. is this a bug?
>
If I remember your original message properly, the error you got from pvcreate
was that the disk "contained a partition table". This is _not_ the same thing as
the disk containing one or more partitions; there can very well be an empty
partition table on the disk. This may not be the problem, but if it is, using
dd if=/dev/zero of=/dev/sda count=20
will wipe out any existing DOS-type partition table (or any other type of table
that resides at the beginning of the disk). If you've already tried this, then
I'd say there is definitely a bug happening.
next prev parent reply other threads:[~2003-04-10 14:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-08 14:22 [linux-lvm] lvm/devfs bug? Rich Turner
2003-04-08 14:33 ` Alasdair G Kergon
2003-04-08 15:06 ` rich turner
2003-04-08 15:43 ` Luca Berra
2003-04-08 16:22 ` Rich Turner
2003-04-08 16:57 ` Rich Turner
2003-04-09 2:21 ` Patrick Caulfield
2003-04-09 18:58 ` rich turner
2003-04-10 13:08 ` rich turner
2003-04-10 14:58 ` Kevin P. Fleming [this message]
2003-04-10 16:10 ` rich turner
2003-04-10 16:22 ` Luca Berra
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=3E95CCDB.4080305@cox.net \
--to=kpfleming@cox.net \
--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.