[Edit]
+
0
-
0
Bash | VirtualBox - convert raw *.img disk to *.vdi disk
1 2 3 4 5 6VBoxManage convertfromraw input_disk.img output_disk.vdi --format VDI # Where: `input_disk.img` is a raw byte copy of some disk. # Note: `VBoxManage` command it attached to Oracle VirtualBox software.