Last active
March 11, 2025 06:20
-
-
Save dmitry-udod/e59bb0022e8acea4f7fc91a90cb02fb5 to your computer and use it in GitHub Desktop.
Proxmox & Ubuntu VM - resize disk
This file contains hidden or 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
sudo growpart /dev/vda 3 | |
sudo pvdisplay | |
sudo pvresize /dev/ | |
sudo lvdisplay | |
sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv | |
sudo resize2fs /dev/ubuntu-vg/ubuntu-lv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment