Re: 2.6 unknown partition table

From: Christophe Saout
Date: Wed Dec 24 2003 - 11:51:42 EST


Am Mi, den 24.12.2003 schrieb Shane Shrybman um 15:52:

> I noticed this in the logs yesterday on 2.6.0-test11-mm1 and upgraded to
> 2.6.0-mm1, but its still there. I use LVM on that disk and it is working
> fine, (LV file systems are mountable and useable).
>
> Advice?
>
> # fdisk -l /dev/hdg
> [...]
> Disk /dev/hdg doesn't contain a valid partition table
>
> [...]
> vgdisplay PV Name /dev/hdg

Everything is fine. You put your physical volume directly on the
harddisk, not in a partition, so you don't have a partition table.
vgscan recognizes the hard disk itself as LVM physical volume anyway
that's why it works.

If you want to get rid of this, the next time you create a PV please
create a partition first with fdisk, e.g. /dev/hdg1 with type 8e (LVM)
and then pvcreate /dev/hdg1.

--
Christophe Saout <christophe@xxxxxxxx>
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/