Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Created February 17, 2020 15:46
Show Gist options
  • Save austinsonger/29e9a070c05f4d707b80ffbad110629c to your computer and use it in GitHub Desktop.
Save austinsonger/29e9a070c05f4d707b80ffbad110629c to your computer and use it in GitHub Desktop.
Out of space (LVM) Ubuntu - Extend and Resize

Find out LVM path

lvdisplay

Extend however much space you believe you can

lvextend -L +<size>G /dev/ubuntu-vg/ubuntu-lv

lvextend -L +200G /dev/ubuntu-vg/ubuntu-lv

Resize

resize2fs /dev/ubuntu-vg/ubuntu-lv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment