On Fri, Sep 08, 2006 at 02:55:27PM +0000, Mark Krenz wrote: > Anyways, I thought that perhaps I could try to use hexedit to modify the > UUID within the image file. Use the tools! pvchange --uuid vgchange --uuid Never edit on-disk metadata by hand! Use vgcfgbackup to read it into a file, edit the file, then put it back with vgcfgrestore. (With pvcreates before restoring if necessary.) 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/