- VirtualBox Ubuntu Gast Festplatte vergrößern
Wenn man in einer VirtualBox Ubuntu Gastmaschine die Festplatte vergrößert hat, muss man dies am Ende dem Gastsystem auch noch mitteilen. # Increase the Physical Volume (pv) to max size pvresize /dev/sda3 # Expand the Logical Volume (LV) to max size to match lvresize -l +100%FREE /dev/mapper/ubuntu–vg-ubuntu–lv # Expand the filesystem itself resize2fs /dev/mapper/ubuntu–vg-ubuntu–lv