VirtualBoxを使っていたのですが、KVMも使いたくなったのでディスクイメージを変換してみた。
とは言っても、以下のコマンド一発で変換できたので、特に苦労は無し。
$ qemu-img convert -O qcow2 .VirtualBox/windows7.vdi Documents/windows7.qcow2
qemu便利だな。。
VirtualBoxを使っていたのですが、KVMも使いたくなったのでディスクイメージを変換してみた。
とは言っても、以下のコマンド一発で変換できたので、特に苦労は無し。
$ qemu-img convert -O qcow2 .VirtualBox/windows7.vdi Documents/windows7.qcow2
qemu便利だな。。
Comments
comments powered by Disqus