On Fri, Mar 07, 2008 at 01:34:16PM -0500, Lionel Kernux wrote:
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.
creating multiple PV on the same disk makes no sense. if you were to do this you could well do without LVM and avoid the hassle. PV = Physical Volume = LVM idea of a single DISK VG = Volume Group = a set of PV LV = Logical Volume = where you put your data i believe your problem is you created a giant LV, not a giant PV. in this case you could resize the filesystem that is inside that LV then lvresize the LV and create more LVs in the remaining space. L. -- Luca Berra -- bluca@comedia.it Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN X AGAINST HTML MAIL / \ _______________________________________________ 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/