Skip to content

Instantly share code, notes, and snippets.

@tazdij
Created February 11, 2022 21:01
Show Gist options
  • Save tazdij/94bad0b4c26af3968d8d72a52b40b795 to your computer and use it in GitHub Desktop.
Save tazdij/94bad0b4c26af3968d8d72a52b40b795 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