- 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.
推薦閱讀
- PHP動(dòng)態(tài)網(wǎng)站程序設(shè)計(jì)
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Mastering RabbitMQ
- PyTorch自動(dòng)駕駛視覺感知算法實(shí)戰(zhàn)
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- 信息安全技術(shù)
- Magento 1.8 Development Cookbook
- 0 bug:C/C++商用工程之道
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險(xiǎn)管理
- Java Web從入門到精通(第3版)
- Software-Defined Networking with OpenFlow(Second Edition)
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界
- Visual FoxPro程序設(shè)計(jì)
- Mastering PyCharm