Created
January 24, 2021 08:35
-
-
Save taidos/d4ec5ec2de27db5e5f71db3c9fc40060 to your computer and use it in GitHub Desktop.
Proxmox - Resize pve-root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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