<div>How can I mount an old LVM drive into a new system so I can view the old files? I want to mount it as /mnt/backup</div>
<div> </div>
<div>
<p>fdisk -l</p>
<p>Disk /dev/sda: 160.0 GB, 160000000000 bytes<br>255 heads, 63 sectors/track, 19452 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sda1   *           1          13      104391   83  Linux<br>/dev/sda2              14       19452   156143767+  8e  Linux LVM</p>
<p>Disk /dev/sdb: 160.0 GB, 160000000000 bytes<br>255 heads, 63 sectors/track, 19452 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sdb1   *           1          13      104391   83  Linux<br>/dev/sdb2              14       19452   156143767+  8e  Linux LVM</p>
<p>when I do </p>
<p>mount -t ext3 /dev/sdb2 /mnt/backup<br>mount: wrong fs type, bad option, bad superblock on /dev/sdb2,<br>       or too many mounted file systems</p>
<p>any help would be greatly appreciated!</p>
<p>Chuck</p></div>