On Wed, 19 May 2010, kevin wrote: > >If I were you, I would not bother with partition(s). I will add the > >whole disk to LVM. > > I intend for the entire disk to be used -- so I should just skip the fdisk > step? Yes, just do the pvcreate directly on /dev/sdc (instead of /dev/sdc1). I would only recommend this if the drive is permanently attached to your server. If there is any possibility of it getting moved to another system, especially another OS, it is likely to appear "unformatted" and the other OS will offer to create a partition table, etc, destroying the data. The partition table, although otherwise useless for LVM (and a pain when trying to align PPs to some lower lever boundary), does serve the purpose of telling other PC operating systems that there is something there. -- Stuart D. Gathman <stuart@bmsi.com> Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/