Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Created February 29, 2024 11:30
Show Gist options
  • Save stigtsp/b08feec36e16e2260699d7d232d3c68b to your computer and use it in GitHub Desktop.
Save stigtsp/b08feec36e16e2260699d7d232d3c68b to your computer and use it in GitHub Desktop.
maxing ubuntu server root partition
sudo lvextend -l +100%FREE /dev/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