Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created March 20, 2021 18:11
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 ku1ik/1bc0d98796fa42d2efae9b28b5d04130 to your computer and use it in GitHub Desktop.
Save ku1ik/1bc0d98796fa42d2efae9b28b5d04130 to your computer and use it in GitHub Desktop.
Proxmox - Resize pve-root
# Check disk space before
df -h
# Delete local-lvm storage in gui
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
# Check disk space after
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment