summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1367365
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1367365')
-rw-r--r--results/scraper/launchpad-without-comments/13673659
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1367365 b/results/scraper/launchpad-without-comments/1367365
new file mode 100644
index 000000000..6b9febc50
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1367365
@@ -0,0 +1,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.
\ No newline at end of file