文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>qemu snapshot function

qemu snapshot function

时间:2009-05-05  来源:coolper

Immutable PC

If you fear damaging your disk.img file, you can use the snapshot parameter to refrain from making modification to the diskimage. For the guest system, the disk will still appear to be writable.


qemu -snapshot -hda disk.img

Incremental diskimages

Or, you could create one or more new diskimages which are based on the previous one. Modifying these "child" disks, doesn't affect the parent disk.


qemu-img create -b disk.img -f qcow2 testdisk.img
qemu -hda testdisk.img

If you think "child" disk is ok and want to merge it into "parent" disk:

qemu-img commit -f qcow2 testdisk.img

相关阅读 更多 +
排行榜 更多 +
大武道最新版

大武道最新版

休闲益智 下载
宝宝巴士手机版(babybus)

宝宝巴士手机版(babybus)

休闲益智 下载
宝宝巴士快乐启蒙游戏

宝宝巴士快乐启蒙游戏

休闲益智 下载