Wilson's Landing RSS

Archive

Oct
28th
Thu
permalink

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