On Wed, 20 Apr 2022 at 21:51, B D dzidek23@gmail.com wrote:
this looks like a rather usual Ubuntu VM behaviour! I run in to it a number of times, and I'm not sure why this is happening. 50GB VM drive, install Ubuntu to use the entire space with LVM and that's what you are getting..
Strange indeed!
https://kb.vander.host/operating-systems/how-to-resize-an-ubuntu-18-04-lvm-d...
That fixed it, thank you!
Specifically: sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv sudo resize2fs /dev/mapper/ubuntu–vg-ubuntu–lv df -h .. was all it took
Thanks for the link!