[linux-lvm] Re: imposs mount vg

Adeline Métayer metayer.adeline at club-internet.fr
Mon May 13 17:00:03 UTC 2002


Yes, I did a
vgscan
vgchange -a y


All is all right. The problem is that Linux asks the fs type for the
mount command :
[root at localhost root]# mount /dev/mon_volume_groupe/lv1 /mnt/
mount : vous devez indiquer le type de système de fichiers.
        ===> (that is to say, in english : "you should type the fs
type".


and I tried the following :
[root at localhost root]# mount -t ext3 /dev/mon_volume_groupe/lv1 /mnt
mount : type fs incorrect, option incorrecte, superbloc incorrect sur
/dev/mon_volume_groupe/lv4,
       ou trop de systèmes de fichiers montés
[root at localhost root]# mount -t ext2 /dev/mon_volume_groupe/lv1 /mnt
mount : type fs incorrect, option incorrecte, superbloc incorrect sur
/dev/mon_volume_groupe/lv1,
       ou trop de systèmes de fichiers montés
[root at localhost root]# mount -t LVM /dev/mon_volume_groupe/lv1 /mnt
mount : type fs LVM non pris en charge par le kernel
[root at localhost root]# mount -t 8e /dev/mon_volume_groupe/lv1 /mnt
mount : type fs 8e non pris en charge par le kernel
[root at localhost root]# mount -t lvm-ext3 /dev/mon_volume_groupe/lv1 /mnt
mount : type fs lvm-ext3 non pris en charge par le kernel
[root at localhost root]# mount -t 0x8e /dev/mon_volume_groupe/lv1 /mnt
mount : type fs 0x8e non pris en charge par le kernel


The vg is a 8e type, and the lv are "lvm" type...
Do not guess the origin of the pb (I'm just beginning in the lvm
world... did you guess it ? :o)

Regards,
Adeline



ps :
[root at localhost root]# vgdisplay mon_volume_groupe
--- Volume group ---
VG Name               mon_volume_groupe
VG Access             read/write
VG Status             available/resizable
VG #                  0
MAX LV                255
Cur LV                3
Open LV               0
MAX LV Size           255.99 GB
Max PV                255
Cur PV                1
Act PV                1
VG Size               12.23 GB
PE Size               4.00 MB
Total PE              3130
Alloc PE / Size       3000 / 11.72 GB
Free  PE / Size       130 / 520.00 MB
VG UUID               FWd94e-SOmz-mILK-MXGP-k6u9-zohn-C3Zfcz




More information about the linux-lvm mailing list