β
Have you read and understood the above guidelines?
Yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Debian 13
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/debian-13-vm.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π Which Proxmox version are you on?
9
π Provide a clear and concise description of the issue.
After you install the VM, no matter what size disk drive you choose during creation, the partition is the same size as the image that the script uses to create the virtual machine.
It looks like it is supposed to be expanding the partition to fill whatever drive size you chose during creation but that never happens.
π Steps to reproduce the issue.
Run the script and create a new VM.
Afterwards, df -h
You will notice that the partition has not filled the drive and most of the space is unusable. You will have to use gparted to manually expand the partition.
β Paste the full error output (if available).
There are no errors
πΌοΈ Additional context (optional).
No response
β Have you read and understood the above guidelines?
Yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Debian 13
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/debian-13-vm.sh)"
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 13
π Which Proxmox version are you on?
9
π Provide a clear and concise description of the issue.
After you install the VM, no matter what size disk drive you choose during creation, the partition is the same size as the image that the script uses to create the virtual machine.
It looks like it is supposed to be expanding the partition to fill whatever drive size you chose during creation but that never happens.
π Steps to reproduce the issue.
Run the script and create a new VM.
Afterwards, df -h
You will notice that the partition has not filled the drive and most of the space is unusable. You will have to use gparted to manually expand the partition.
β Paste the full error output (if available).
There are no errors
πΌοΈ Additional context (optional).
No response