summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1367365
blob: 6b9febc50024ca514fdcb55b723e530ef6aaacbb (plain) (blame)
1
2
3
4
5
6
7
8
9
qemu-img fixed vhd issues

qemu-img returns fixed vhd images file format to be raw.

This happens because only the header is seeked for image signatures when getting the image format. In fact, unlike dynamic vhd images, differencing vhds don't have the footer copied in the header.

An easy fix would be to just search the last 512B for the 'conectix' signature.

Also, the fixed vhds created by qemu-img seem to be corrupted from Powershell POV.