Long ago, Nostradamus foresaw that on 07/01/2013 06:51 AM, Alessandro MACUZ would write: > What are the benefits/disadvantages between building VGs over 0x8e > partitions or having LVM managing the entire disk with no partition > table? > > We're not speaking about boot volumes since I assume I know how to > handle that case. Disadvantage: If the disk will/could ever be seen by another OS, it is better if the alien OS knows there is some data (of unknown format) there via the partition table. This can help prevent accidental reformatting. Advantage: When mapping virtual disks to virtual machines, I find it especially useful to bypass partition tables. Using kpartx to access partitions from the host is just another layer of complexity that doesn't buy you anything. _______________________________________________ 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/