# Linux VM on proxmox

# Extending a volume

See details here. Change the last line to the actual disk.

For example:

lvresize --extents +100%FREE --resizefs /dev/xxxx/root #Use all the remaining space on the volume group

# Becomes ->
sudo lvextend -r -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv