In short:<br><br>- originally created LV with several physical drives (5)<br>- formatted LV for ext4<br>- one physical drive got many sectors trashed. Those included the partition and metadata.<br>- did the following to recover the LV (VolGroupX-LogVolX):<br>
---pvcreate --uuid <original uuid>  /dev/sdX  (successfully created)<br>---vgcfgrestore VolGroupX (restsored volume group VolGroupX)<br>---vgscan  (found volume group "VolGroupX" using metadata type lvm2)<br>
--- vgchange -ay VolGroupX ( note response:<br>" device-mapper: reload ioctl failed: Invalid argument.<br> 1 logical volume(s) in volume group "VolGroupX" now active")<br><br>At this pont, /dev/mapper/VolGroupX-LogVolX exists, but I can't run any utilities on it, since it can't find any superblock. For example:<br>
________________<br>[root@Elmer ken] # e2fsck  /dev/mapper/VolGroupX-LogVolX<br>e2fsck 1.41.9 (22-Aug-2009)<br>e2fsck: Invalid argument while trying to open /dev/mapper/VolGroupX-LogVolX<br><br>The superblock could not be read or does not describe a correct ext2<br>
filesystem.  If the device is valid and it really contains an ext2<br>filesystem (and not swap or ufs or something else), then the superblock<br>is corrupt, and you might try running e2fsck with an alternate superblock:<br>
    e2fsck -b 8193 <device><br><br>[root@Elmer ken] #<br>_________________________<br>I really want to recover at least the data on the 4 other drives, and any data left from this drive as well.<br><br>Any help will be greatly appreciated.<br>
<br>TIA<br><br>ken<br><br><pre class="code"><br></pre>