Hi,
Just did the default LVM install of 13.10. Realized after the fact that the second hard drive was not automatically added to the LV. It was NTFS formatted(this was previously a windows box).
Reformatted second hard disk in gparted and then added to LV:
However, after adding it I noticed that the original partition assigned to the LV has not assigned any free space.
Can anyone help me with why the partition /dev/sda5 is shown as allocated but full? Any how to fix it? The was the result of a default install...
Just did the default LVM install of 13.10. Realized after the fact that the second hard drive was not automatically added to the LV. It was NTFS formatted(this was previously a windows box).
Reformatted second hard disk in gparted and then added to LV:
Code:
sudo vgextend kubuntu-vg /dev/sdb1
Code:
$ sudo pvdisplay --- Physical volume --- PV Name /dev/sda5 VG Name kubuntu-vg PV Size 148.81 GiB / not usable 2.00 MiB Allocatable yes (but full) PE Size 4.00 MiB Total PE 38095 Free PE 0 Allocated PE 38095 PV UUID MdozMl-ocRw-tGAB-zd4p-86ag-PxGI-HTnvff --- Physical volume --- PV Name /dev/sdb1 VG Name kubuntu-vg PV Size 149.05 GiB / not usable 1.31 MiB Allocatable yes PE Size 4.00 MiB Total PE 38156 Free PE 38156 Allocated PE 0 PV UUID 8f46t3-ISYf-PtxL-qCCn-XHB4-ZJRW-wJ7Flq $ sudo vgdisplay --- Volume group --- VG Name kubuntu-vg System ID Format lvm2 Metadata Areas 2 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 2 Act PV 2 VG Size 297.86 GiB PE Size 4.00 MiB Total PE 76251 Alloc PE / Size 38095 / 148.81 GiB Free PE / Size 38156 / 149.05 GiB VG UUID IAWz0E-Hece-FsaG-ydfE-00ae-fP3o-XQm0o
Comment