Proxmox - Resize Debian VM Disk
03 Jan 2022 #proxmox
In Proxmox Virtual Environment, resizing a Debian virtual machine disk involves a few steps.
Follow the instructions below
Open a terminal or SSH into your Proxmox VE host. Run the following command to check the current disk size configuration for the VM:
Run the following command to resize the VM disk:
Replace VM_ID with the actual ID of your Debian VM and SIZE with the amount by which you want to increase the disk size. For example, to add 15GB:
SSH to your Debian VM:
Run the following commands to confirm the change in disk size:
Use the following command to view the current partition table:
Resize the partition using the following commands:
Reboot your Debian VM to apply the changes:
After completing these steps, your Debian VM should have a resized disk. Ensure that you have backed up important data before making any changes to your VM.