I had a partition of 91GB added in a logical volume filled to 61G. Now I got an external hard drive and added a couple of partitions 43G and 26G each to the logical volume.
I now want to move the data to these new pvs and repartition the original 91G partition. I started out with pvmove -v /dev/sdxx. But it says Insufficient free space. Not enough extents. I am confused. My vgdisplay shows me as 91.23G allocated. Why?
EDIT: Here's the partition table of my hard disK
/dev/sda5 91G
/dev/sda1 58G
I have my /home as a logical volume with /dev/sda5 as physical volume.(Dumb setup.).
/dev/sdb1 43G
/dev/sdb2 26G
/dev/sdb3 80G
- /dev/mapper/home-home--lvm 91G 61G 343M 100% /home
Anyway, Now i got a external hd partition table as follows
df -h /home gives
My question is this. I want to remove /dev/sda5 from /home and repartition it. I have the /dev/sdb1 and /dev/sdb2 free. So i want to add them to the lv home. How do i get this done?