Hi again, I have a 1.4TB disk that contains 1 parttition /dev/sda1. Currently I have 1 PV that was created from /dev/sda1. I have 1 VG created using the PV /dev/sda1. I'd like to create some more VG's using the one disk. Can I: resize the PV /dev/sda1 and then create a new PV using the freed space? I have a feeling that the relationship between partitions:PV's is 1:1. Is this the case? I was short-sighted when I created the PV and VG on this machine and basically made one giant PV and one giant VG allocating it. Now I'd like to be more granular. I'm thinking the only way is to pvresize to shrink the PV, then shrink the partition, then create some new partitions in the recovered space, then create some new PV's from the new partitions, then create some new VG's from the new PV's. Any help? Thanks LK _______________________________________________ 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/