![KVM Virtualization Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/85/36701085/b_36701085.jpg)
上QQ阅读APP看书,第一时间看更新
Getting ready
For this recipe, we are going to use the following tools:
- qemu-img
- losetup
- tune2fs
- e2fsck
- kpartx
- fdisk
- resize2fs
Most of the utilities should already be installed on Ubuntu with the exception of kpartx. To install it, run the following:
root@kvm:~# apt install kpartx