- KVM Virtualization Cookbook
- Konstantin Ivanov
- 101字
- 2021-07-02 22:07:04
Preparing images for OS installation with qemu-nbd
In the previous recipe, we created a blank raw image. In this recipe, we are going to make a partition and a filesystem on it, getting the image ready for full guest OS installation. When creating the partition and file system, you should consider the type of load that the virtual instance will create. If your applications running inside VM are IO bound, you might consider XFS for the image filesystem. For this recipe, we are going to use EXT4, as most Linux distributions support it out of the box.
推薦閱讀
- 計算思維與算法入門
- 潮流:UI設(shè)計必修課
- 算法訓(xùn)練營:入門篇(全彩版)
- Java Web程序設(shè)計
- Hands-On Swift 5 Microservices Development
- Responsive Web Design by Example
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- HTML5程序開發(fā)范例寶典
- HTML 5與CSS 3權(quán)威指南(第4版·上冊)
- JSP編程教程
- 軟件定義存儲:原理、實踐與生態(tài)
- Java程序設(shè)計
- Java 開發(fā)從入門到精通
- Python程序設(shè)計教程