Thanks Brian.  This is starting to make sense.  The Fedora 7 and the old FC6 both are named the defaults.  Here is the result from the vgchange:<br><br>$ sudo vgchange -a y<br>  2 logical volume(s) in volume group "VolGroup00" now active
<br>  2 logical volume(s) in volume group "VolGroup00" now active<br><br>Digging around in the man pages, it looks to me as though I will need to rename the active/current volume using vgrename command, change the /etc/fstab to the new name and then follow on with mounting the old volume using the old default volume.
<br><br>Am I on the right track?  Thanks for your help.<br><br><div><span class="gmail_quote">On 7/15/07, <b class="gmail_sendername">Brian McCullough</b> <<a href="mailto:bdmc@bdmcc-us.com">bdmc@bdmcc-us.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sun, Jul 15, 2007 at 08:30:40PM -0500, Allan Wolfe wrote:<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>> 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>> I could use some help in understanding how to get the drive mounted since
<br>> it was originally an lvm2 volume with ext3 filesystem laid on top of it.<br><br><br>Allan,<br><br>You said it right there.  Also, the fdisk output shows you something<br>too.<br><br>As you can see, the disk partition type is "LVM" and, in fact, when
<br>mount looks at that partition to try and determine what file system type<br>to mount, all it sees is LVM, which mount doesn't understand.<br><br>Just before I give you the answer, what were the names of your VG and LV
<br>in the old system?  If they conflict with the present system, does it<br>run LVM disks as well, you will have problems mounting even with what I<br>tell you.<br><br>In any case, if you issue "vgchange -a y" at your command line, the LVM2
<br>system in your current machine will rescan all attached disk-like<br>devices and find your USB disk's LVM partition.  If the name doesn't<br>conflict with something in your system already, you can then go ahead
<br>and mount the Logical Volumes that are found, just as you tried with the<br>Physical Volume, /dev/sdb2.<br><br>That is a rather short version of the explanation, so if it is "clear as<br>mud," feel free to ask again, and several people here will be able to
<br>help you with your FC6 system.<br><br><br>Hope that helps,<br>Brian<br><br>_______________________________________________<br>linux-lvm mailing list<br><a href="mailto:linux-lvm@redhat.com">linux-lvm@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-lvm">https://www.redhat.com/mailman/listinfo/linux-lvm</a><br>read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/">http://tldp.org/HOWTO/LVM-HOWTO/</a><br>
</blockquote></div><br>