This shows you the differences between two versions of the page.
docu:csheet:sysadm:venv:qemu:resize_qcow2_img [2020/09/25 10:58] – created admin | docu:csheet:sysadm:venv:qemu:resize_qcow2_img [2020/09/25 10:58] (current) – admin | ||
---|---|---|---|
Line 5: | Line 5: | ||
<code bash> | <code bash> | ||
- | # create a new empty qcow2 image | + | # create a new empty qcow2 image of maximum allocation space = 20GB |
qemu-img create -f qcow2 your-vm-image.NEW.qcow2 20G | qemu-img create -f qcow2 your-vm-image.NEW.qcow2 20G | ||