Resizing the tilde's disk

If the tilde’s disk ever needs resized, here’s how (do this as root):

growpart /dev/sda 3 && \
lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv && \
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv

The VM can grow itself or run that on the VM’s host?

If @aboutdavid uses their powers as god of the host system to grant the tilde more disk space, the tilde can expand to fill that space.

1 Like

The tilde is a VM. What is the host? The forum server or a different computer?

It’s the same physical computer as the forum, but unlike the forum, it does not run in a container (the forum runs inside a container on the host)

1 Like

Ah, so we have the plantstand running Docker + Discourse and also a VM called the tilde.