VM Commands Cheat Sheet
My commonly used qemu
and similar virtual machine
commands. Official documentation is superior and more meaningful
than this article.
Create a sparse VMDK “split” image
qemu-img create -f vmdk -o subformat=twoGbMaxExtentSparse ./my-disk.vmdk 40G
Feel free to contact me with questions or feedback regarding this
article.