I need to convert a .BIN image produced with RapidSpar to either .VHD .VHDX .CIB .CIBX format so I can use my go-to software (Casper from Future Systems) to restore to another drive.
Unless there is some better option out there.
Download and extract the .zip, open cmd prompt and cd C:\QEMU (or whereever you extracted it to)
To Vhd.
qemu-img.exe convert -f raw -O vpc C:\path\to\diskimage.bin C:\path\to\converted.vhd (change paths etc accordingly)
To Vhdx.
qemu-img.exe convert -f raw -O vhdx C:\path\to\diskimage.bin C:\path\to\converted.vhdx
You can right click and mount it in Explorer. Casper should see it too.
I have a batch file somewhere for converting if you want that?
I've had great luck with the Wayback Machine a handful of times in the last couple of years. Last time was getting a version of Remote Desktop that ran on W7. What you get these days from MS, including Store, only supports W8 forward.