QEMU常用命令

QEMU常用命令:

1. 创建image,qcow2格式与raw格式的对比

[root@andriy qemu]# qemu-img create -f raw test.img 5G
Formatting 'test.img', fmt=raw size=5368709120 
[root@andriy qemu]# file test.img
test.img: data
[root@andriy qemu]# qemu-img info test.img
image: test.img
file format: raw
virtual size: 5.0G (5368709120 bytes)
disk size: 0
[root@andriy qemu]# qemu-img create -f qcow2 test2.img 10G
Formatting 'test2.img', fmt=qcow2 size=10737418240 encryption=off cluster_size=65536 lazy_refcounts=off 
[root@andriy qemu]# file test2.img
test2.img: QEMU QCOW Image (v3), 10737418240 bytes
[root@andriy qemu]# qemu-img info test2.img
image: test2.img
file format: qcow2
virtual size: 10G (10737418240 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
    compat: 1.1
    lazy refcounts: false
[root@andriy qemu]# ll -h test*
-rw-r--r--
  • 0
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值