October 2010
1 post
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
Oct 28th