VM Commands Cheat Sheet
This article was last edited over 3 years ago. Information here may no longer be accurate. Please proceed with caution, and feel free to contact me.
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.