Hi everyone,<br><br>I realize this is only tangentially related to mythtv, but I haven't gotten any help from the linux-lvm list which seems pretty quiet.<br><br>I have been using LVM for several months to record mythtv files across a 200GB and 160GB disk (hdb and hdc).
<br>
<br>Recently I decided to upgrade my FC3 install to FC5.&nbsp; After the
install, my LVM mount does not come up.&nbsp; It appeared that all of the
LVM information in /dev/ was gone; however, only the non-LVM drive
(/dev/hda) should have been touched by the FC5 upgrade.
<br><br>This is my fstab entry:<br>/dev/VGforMythTV/video&nbsp; /var/media&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xfs&nbsp;&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 1<br><br>This is what fdisk shows:<br>/dev/hdb1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24792&nbsp;&nbsp; 199141708+&nbsp; 8e&nbsp; Linux LVM<br><br>

/dev/hdc1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19929&nbsp;&nbsp; 160079661&nbsp;&nbsp; 8e&nbsp; Linux LVM
<br><br>In my attempt to fix this, I think I may have totally fouled
things up; I tried to create a new volume group with the same name and
more PVs for the new drives, then combine them together into an PV with
the old LV name.&nbsp; However, this still does not allow it to mount.&nbsp; <br><br>Any ideas?&nbsp; Have I deleted all my data?<br><br>Thanks for any help,<br><br>Argus<br><br>I've pasted my history commands below.<br><br>&nbsp; 552&nbsp; /usr/sbin/pvcreate /dev/hdb1
<br>&nbsp; 553&nbsp; /usr/sbin/pvcreate /dev/hdc1<br>&nbsp; 554&nbsp; /usr/sbin/vgcreate VGforMythTV /dev/hdb1 /dev/hdc1<br>&nbsp; 555&nbsp; mount /dev/VGforMythTV /var/media<br>&nbsp; 556&nbsp; mount /dev/VGforMythTV/video /var/media
<br>&nbsp; 558&nbsp; lvcreate --name video VGforMythTV<br>&nbsp; 559&nbsp; /usr/sbin/lvcreate --name video VGforMythTV<br>&nbsp; 560&nbsp; /usr/sbin/lvcreate --name video -l VGforMythTV<br>&nbsp; 561&nbsp; /usr/sbin/lvcreate --name video -l ` VGforMythTV
<br>&nbsp; 562&nbsp; /usr/sbin/lvcreate --name video -l 1 VGforMythTV<br>&nbsp; 563&nbsp; mount /dev/VGforMythTV/media /var/media<br>&nbsp; 564&nbsp; mount /dev/VGforMythTV/video /var/media<br>&nbsp; 565&nbsp; mount -t xfs /dev/VGforMythTV/video /var/media<br>

&nbsp; 566&nbsp; mount /dev/VGforMythTV/video /var/media
<br>&nbsp; 567&nbsp; /usr/sbin/lvcreate --name video -l 2 VGforMythTV<br>&nbsp; 568&nbsp; ls<br>&nbsp; 569&nbsp; /usr/sbin/pvdisplay <br>&nbsp; 570&nbsp; /usr/sbin/lvmdiskscan <br>&nbsp; 571&nbsp; mount /dev/VGforMythTV /var/media/<br>&nbsp; 572&nbsp; mount /dev/VGforMythTV/video /var/media/
<br>&nbsp; 573&nbsp; mount /dev/VGforMythTV/media /var/media/<br>&nbsp; 574&nbsp; mount /dev/VGforMythTV/video /var/media/<br><br>(none of these last commands worked -- there is no sign of the original data, but I have now created the VGforMythTV volume group but it only shows my two new logical volumes, but not the original one with all my data).&nbsp; 
<br><br><br>