On Sat, 15 Mar 2008, Stuart D. Gathman wrote: > > Obviously, if I format it, there will be no problem in mounting, but will > > lose all the data on it. > > You've wiped the super block, so recovery will be complex. Also, your new LV won't be in the same physical locations as your old. LVs are *not* partitions. Since you have a backup of /etc/lvm, after you verify which hd used to contain your VG, you should be able to restore the metadata (which you wiped out with the pvcreate). Depending on how much of the LV was zeroed out when you created the new one (I think only the superblock), you should be able to fsck the filesystem using a spare superblock (ext3 keeps several). > > Is there a way to mount this lv without losing data? Or, should I forget > > about all the data on that disk? > > Didn't the pvcreate warn you about wiping out an existing VG? > If it didn't, then you might be confused about which disk your VG > was on. -- Stuart D. Gathman <stuart@bmsi.com> Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. _______________________________________________ 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/