![KVM Virtualization Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/85/36701085/b_36701085.jpg)
上QQ阅读APP看书,第一时间看更新
Managing disk images with qemu-img
To run virtual machines, QEMU needs images to store the filesystem of the guest OS. The image itself is a type of file, and it represents the guest filesystem residing on a virtual disk. QEMU supports various images and provides tools to create and manage them. In this recipe, we are going to build a blank disk image with the qemu-img utility.