Extend Ubuntu LVM

Commands:

df -h

fdisk -l

partprobe

Extend the logical volume using the new free space on the disk

sudo lvm lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv

Extend the file system to the new space on the logical volume

sudo resize2fs -p /dev/mapper/ubuntu--vg/ubuntu--lv