Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Last active May 18, 2023 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/f6583d56a6d44207a71d7f0af9fd9499 to your computer and use it in GitHub Desktop.
Save nanusdad/f6583d56a6d44207a71d7f0af9fd9499 to your computer and use it in GitHub Desktop.
Increasing size of partition in Ubuntu 20.04

Increasing size of partition in Ubuntu 20.04

df -h
vgdisplay
lvdisplay
lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
lvdisplay
df -h
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
df -h

More details ...

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