Resize root filesystem on Ubuntu 18.04 with LVM

Ubuntu 18.04 default lvm layout comes with only a 4 GB root partition. Here we will extend it to occupy the full free space in the volume group:

sudo lvextend -l 100%FREE --resizefs /dev/ubuntu-vg/ubuntu-lv

That’s it, Enjoy!

Sources:

About SoCRaT

Systems Engineer, OSS & Linux Geek
This entry was posted in Linux and tagged , , , , . Bookmark the permalink.

5 Responses to Resize root filesystem on Ubuntu 18.04 with LVM

  1. Edgar Aaron says:

    Thanx, thats is works for me.

    Like

  2. Pingback: การขยาย Partition Disk (lvm) 100% ของ Ubuntu 18.04 | สมุดจดกันลืม

  3. Joabson says:

    Thanx, thats is works for me. 2

    Like

  4. Pingback: Resize root filesystem on Ubuntu 18.04 with LVM – pingkh.com

  5. This is missing a ‘+’ sign. When I used this it just increased the disk to 100GB. This will only affect users expanding over 100 GB,

    sudo lvextend -l +100%FREE –resizefs /dev/ubuntu-vg/ubuntu-lv

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s