Skip to main content

Extend / partition

FOR UBUNTU

To extend the size of / partition just follow the commands below:

sudo vgdisplay
sudo cfdisk /dev/sdaX
# selectionner la partion a augmenté puis cliquer sur rezise puis write puis quit
sudo pvresize
sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv