Skip to content

Instantly share code, notes, and snippets.

@dagrons
Last active August 22, 2025 21:04
Show Gist options
  • Select an option

  • Save dagrons/5577096141ca95794603515c28d30318 to your computer and use it in GitHub Desktop.

Select an option

Save dagrons/5577096141ca95794603515c28d30318 to your computer and use it in GitHub Desktop.
Proxmox - Resize pve-root lvm root expand
# 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
@innotechgy
Copy link

This worked. Thank you

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