[lug] mount: unknown filesystem type 'lvm2pv'

Bill Thoen bthoen at gisnet.com
Thu Jun 5 10:14:06 MDT 2008


/mnt/d appears to be clear. I don't know anything about lvs, so maybe 
that's the problem. Here's what I've tried followed by some system info:

# cd /dev/VolGroup01
# ls
LogVol00  LogVol01
# mount /dev/VolGroup01/LogVol01 /mnt/d
/dev/mapper/VolGroup01-LogVol01 looks like swapspace - not mounted
mount: you must specify the filesystem type
# mount -t ext3 /dev/VolGroup01/LogVol01 /mnt/d
mount: /dev/mapper/VolGroup01-LogVol01 already mounted or /mnt/d busy
# mount -t lvm2 /dev/VolGroup01/LogVol01 /mnt/d
mount: unknown filesystem type 'lvm2'


# vgscan -v

  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
  Found volume group "VolGroup01" using metadata type lvm2

# fdisk -l

Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0006d7dd

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          25      200781   83  Linux
/dev/sda2              26       14946   119852932+  8e  Linux LVM

Disk /dev/sdb: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a674d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          13      104391   83  Linux
/dev/sdb2              14        2482    19832242+  8e  Linux LVM

Disk /dev/dm-0: 121.6 GB, 121634816000 bytes
255 heads, 63 sectors/track, 14787 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000


Disk /dev/dm-1: 1040 MB, 1040187392 bytes
255 heads, 63 sectors/track, 126 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800


Disk /dev/dm-2: 19.2 GB, 19226689536 bytes
255 heads, 63 sectors/track, 2337 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000


Disk /dev/dm-3: 1040 MB, 1040187392 bytes
255 heads, 63 sectors/track, 126 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000




Lee Woodworth wrote:
> Bill Thoen wrote:
>> I just installed a new drive and put FC9 on the machine, but because 
>> there's some files on my old drive (which has fc6 on it) that I want 
>> to copy over, I'm now trying to mount the old drive so I can get at it.
>>
>> The two drives are listed as sda and sdb. I first tried 'mount 
>> /dev/sdb2 /mnt/d' and got the error listed in the subject. Then, 
>> searching Google, 
>
>> I ran across the vgscan command. So I ran vgscan -v and found the two 
>> volume groups associated with the drives listed in /dev
>> But when I try:
>> mount /dev/VolGroup01/logVol01 /mnt/d
>> I still get the error listed in the subject above. I've tried:
>> mount -t ext3 /dev/VolGroup01/logVol01 /mnt/d
>> and it said the mount point was busy or unavailable and
> I'm assuming you've used lvs to get logVol101 as an lv name.
> Does df or mount (no arguments) show anything already at /mnt/d?
> It looks like the lv may have an ext3 file system. The error is
> complaining about the mount point. Try another one.
>
> I've never heard of a file system called lvm2pv. To use such a system
> you would need built-in kernel support or a loadable module.
> cat /proc/filesystems and ls /proc/fs will give you some information
> about what file systems the kernel knows about.
>
>> mount -t lvm2pv /dev/VolGroup01/logVol01 /mnt/d
>> and it said that lvm2pv was an unknown filesystem type.
>>
>> Can anyone explain to me what I'm doing wrong and tell me how to fix it?
>>
>> - Bill
>>
>> _______________________________________________
>> Web Page:  http://lug.boulder.co.us
>> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>




More information about the LUG mailing list