- KVM Virtualization Cookbook
- Konstantin Ivanov
- 45字
- 2021-07-02 22:07:06
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
推薦閱讀
- Mastering Concurrency Programming with Java 8
- AngularJS入門與進階
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- MATLAB 2020 從入門到精通
- 前端架構:從入門到微前端
- Practical Game Design
- 3D少兒游戲編程(原書第2版)
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Swift 4從零到精通iOS開發
- 精通MySQL 8(視頻教學版)
- Laravel Application Development Blueprints
- R的極客理想:量化投資篇
- Python 快速入門(第3版)
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)