Storage setup for virtual machines
There are several storage solutions for a KVM/QEMU virtual machine. Use a raw image container file This is pretty easy to accomplish with a reasonable performance results.In order to use the maximum amount of an 120GB SSD. I created a raw image file (.img) on it, via:fallocate -l 111G /media/vm/win10.img Add the image container as […]