LVM Allocation
Allocate more disk space to LVM.
Sometime you have enough disk space, however the LVM root partition does not have enough disk space:
Check Disk
We have a 1TB
NVMe disk, however the LVM partition shows like below:
Increase LVM
As we can see, the /dev/mapper/ubuntu--vg-ubuntu--lv
has only 98G allocated. You can increase the size of lvm by 5GB using:
Or you can even allocate 100% of the free disk using:
Last updated