- 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.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Mastering RabbitMQ
- Mastering ServiceStack
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- DevOps for Networking
- MySQL 8從入門到精通(視頻教學版)
- HoloLens Beginner's Guide
- Internet of Things with Intel Galileo
- Python深度學習:基于TensorFlow
- Learning Nessus for Penetration Testing
- C++ System Programming Cookbook
- R語言數據挖掘:實用項目解析
- Mastering ASP.NET Core 2.0
- ASP.NET開發寶典
- Building a Media Center with Raspberry Pi