How to add unallocated disk space to LVM /home

  • Expand the /dev/sda2 partition with parted/GParted.
  • Expand the /dev/sda2 PV:
sudo pvresize /dev/sda2
  • Expand the LV and FS:
sudo lvextend -r -l +100%FREE /dev/VGNAME/LVNAME
1 Like