Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 370 Bytes

ubuntu-expand-lvm.md

File metadata and controls

11 lines (8 loc) · 370 Bytes

Expand LVM to fill disk on ubuntu

Occasionally I end up with an LVM that doesn't fill the physical disk. This blog contains the solution

In summary:

df -h
sudo lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv