I had a motherboard start to throw hardware errors, so I pulled the disk with FC6 loaded and did away with the computer.  I have installed the disk in a USB drive enclosure and am trying to mount it as a usb drive to pull the data off onto a new computer.   I get the following error when mounting it:
<br><br>$ sudo mount -t ext3 /dev/sdb2 /media/other<br>mount: wrong fs type, bad option, bad superblock on /dev/sdb2,<br>       missing codepage or other error<br>       In some cases useful info is found in syslog - try<br>
       dmesg | tail  or so<br><br>$ dmesg | tail<br> sdb: sdb1 sdb2<br>sd 5:0:0:0: Attached scsi disk sdb<br>sd 5:0:0:0: Attached scsi generic sg2 type 0<br>kjournald starting.  Commit interval 5 seconds<br>EXT3 FS on sdb1, internal journal
<br>EXT3-fs: mounted filesystem with ordered data mode.<br>VFS: Can't find ext3 filesystem on dev sdb2.<br>VFS: Can't find ext3 filesystem on dev sdb2.<br><br>$ sudo fdisk -l -u /dev/sdb<br><br>Disk /dev/sdb: 40.0
 GB, 40007761920 bytes<br>255 heads, 63 sectors/track, 4864 cylinders, total 78140160 sectors<br>Units = sectors of 1 * 512 = 512 bytes<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sdb1   *          63      208844      104391   83  Linux
<br>/dev/sdb2          208845    78140159    38965657+  8e  Linux LVM<br><br><br>hald can automatically assisted in mounting /dev/sdb1  (/boot).  <br><br> I could use some help in understanding how to get the drive mounted since it was originally an lvm2 volume with ext3 filesystem laid on top of it.  Thanks in advance.
<br><br>