- KVM Virtualization Cookbook
- Konstantin Ivanov
- 70字
- 2021-07-02 22:07:04
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.