Oct
28th
Thu
28th
How to add disk space to a ubuntu machine with lvm
Add the additional physical disk
sudo pvcreate /dev/sdb
sudo vgextend ubuntu /dev/sdb
sudo lvextend /dev/ubuntu/root
sudo resize2fs /dev/ubuntu/root