Disclaimer: This guide was automatically translated by AI from the German original. Please verify commands and technical details before using them.
Back to overview: Unraid guides
The vm.img file is usually a QCOW2 or RAW file that acts as a virtual disk.
Stop the VM
Go to VMs in the Unraid web interface, select your VM, and stop it.
Open a terminal (Unraid Web GUI → Terminal or SSH)
Navigate to the location of the VM images, for example:
cd /mnt/user/domains/YourVM/
vm.img:qemu-img resize vm.img +10G
qemu-img resize -f raw vm.img +10G
Note:
+10Gmeans you add 10 GB. Alternatively, use30Gto set the total size to 30 GB.