LVM driver/module not loaded?
i'm trying to concatenate several physical volumes into a so called volume group forming a storage pool, like a virtual disk. i'm using LVM to do this.
i have made partions on each of the drives and issue the command:
pvcreate /dev/sdb1p1 /dev/sdc1p1 /dev/sdd1p1 /dev/sde1p1
i then get this error:
pvcreate -- ERROR: "/etc/lvmtab" doesn't exist; please run vgscan
i run vgscan and get this message:
vgscan -- LVM driver/module not loaded?
my question is this: WHAT'S UP!?!?!?
|