上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