2015-06-19 17:02 GMT+02:00 <csanyipal@gmail.com>: > I'm not sure whether was on this system created the VG 'bubba' with lvm > version 1, so maybe this issue is related to that fact that it was > really created with lvm version 1? That your LVM library version is 1.02.90 (which is afaik the latest on the Debian line), doesn't mean that you use LVM1 metadata. It is very likely that you use LVM2. To check, you can see the output of "pvs" ("Fmt" = "lvm2"), or you can check "file -Lks /dev/sda2" where the output should start with "/dev/sda2: LVM2 PV (Linux Logical Volume Manager)". > What is the solution for my problem? Please also try to run lvcreate with "--verbose" and post the output. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/