<p>Hmm. LVM doesn&#39;t like working over your USB link. I&#39;ve seen this before but don&#39;t recall the workaround. </p>
<div class="gmail_quote">On Nov 30, 2012 5:50 AM, &quot;Jim Lynch&quot; &lt;<a href="mailto:ale_nospam@fayettedigital.com">ale_nospam@fayettedigital.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 11/29/2012 07:43 PM, Jim Kinney wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can&#39;t mount an PV directly (sde3)<br>
<br>
run lvscan and look for the names to use from /dev/mapper :<br>
<br>
[root@scotty bin]# lvscan<br>
  ACTIVE            &#39;/dev/vg_scotty/lv_swap&#39; [9.77 GiB] inherit<br>
  ACTIVE            &#39;/dev/vg_scotty/LogVol01&#39; [104.78 GiB] inherit<br>
[root@scotty bin]# ls /dev/mapper/<br>
control  vg_scotty-LogVol01  vg_scotty-lv_swap<br>
<br>
You now mount /dev/mapper/vg_scotty-LogVol01 (in my case - user your own name!)<br>
</blockquote>
<br>
[root@chinaberry media]# pvscan<br>
  PV /dev/sda6   VG Vol-sda   lvm2 [436.70 GiB / 189.84 GiB free]<br>
  PV /dev/sdb6   VG Vol-sda   lvm2 [9.31 GiB / 9.31 GiB free]<br>
  Total: 2 [446.02 GiB] / in use: 2 [446.02 GiB] / in no VG: 0 [0 ]<br>
[root@chinaberry media]# lvscan<br>
  ACTIVE            &#39;/dev/Vol-sda/Vsda-home&#39; [49.54 GiB] inherit<br>
  ACTIVE            &#39;/dev/Vol-sda/Vsda-vz&#39; [60.61 GiB] inherit<br>
  ACTIVE            &#39;/dev/Vol-sda/Vsda-<u></u>backupmirror&#39; [136.72 GiB] inherit<br>
[root@chinaberry media]# vgscan<br>
  Reading all physical volumes.  This may take a while...<br>
  Found volume group &quot;Vol-sda&quot; using metadata type lvm2<br>
<br>
Those work fine, however the one I&#39;m trying to recover is on /dev/sde3<br>
<br>
/dev/sde1               1        6079    48829536   83  Linux<br>
/dev/sde2            6080       18238    97667167+  83  Linux<br>
/dev/sde3           18239       60801   341887297+  8e  Linux LVM<br>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</blockquote></div>