- 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.
推薦閱讀
- 算法零基礎一本通(Python版)
- PostgreSQL技術內幕:事務處理深度探索
- C語言程序設計學習指導與習題解答
- Mathematica Data Analysis
- 一本書講透Java線程:原理與實踐
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Spring Boot+MVC實戰指南
- Orleans:構建高性能分布式Actor服務
- Django 5企業級Web應用開發實戰(視頻教學版)
- JavaScript悟道
- Python Digital Forensics Cookbook
- 前端架構設計
- Lync Server Cookbook
- Learning GraphQL and Relay
- 深入淺出Go語言核心編程