On Wed, Apr 09, 2003 at 01:27:39PM +0200, Kai Weber wrote: > Hi, > > Question: Is it good to have /dev/hdb1 /dev/hdb2 into the same Volume > Group? I think I have read that VGs of the same group should not be on > the same hard disk. Is this correct or a legend? This is fine. There are a couple of situations that you will have to look out for when setting up LVs though: 1) Don't create a striped LV with the stripes on the same physical device. 2) Try not to create a snapshot on the same physical device as the origin. Point 2 you can get away with, snapshot performance will just be poor. - Joe _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/