On Tue, Feb 01, 2005 at 11:54:47AM +0000, Steve M Blackwell wrote: > Does anyone know how to create a LVM1 volume group and logical volumes > with LVM2 tools. The reason I ask is because the tools on my rescue CD > have LVM2 on it and I am trying to rebuild my RHEL 3 server which uses > LVM1. I think the main problem is the metadata being create in the wrong > version and I am not sure how to change it. Add -M1 to commands. Or have lvm.conf: global { format = "lvm1" } Alasdair -- agk@redhat.com _______________________________________________ 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/