Skip to content

Instantly share code, notes, and snippets.

@mamonu
Last active March 10, 2025 02:26

Revisions

  1. mamonu revised this gist Feb 10, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion qcow2vdi.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    qemu-img convert -O vdi gnome.qcow2 gnome.vdi
    qemu-img convert -O vdi gnome.qcow2 gnome.vdi


    #if its a raw image then:
    VBoxManage convertdd opnstk.raw VBox.vdi --format VDI
  2. mamonu created this gist Feb 10, 2016.
    1 change: 1 addition & 0 deletions qcow2vdi.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    qemu-img convert -O vdi gnome.qcow2 gnome.vdi