Skip to content

Instantly share code, notes, and snippets.

@thibaultserti
Created June 15, 2023 17:10
Show Gist options
  • Save thibaultserti/f5fabd542f529fcec61c868daf762703 to your computer and use it in GitHub Desktop.
Save thibaultserti/f5fabd542f529fcec61c868daf762703 to your computer and use it in GitHub Desktop.
Resize LVM partition
sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment