diff options
Diffstat (limited to 'results/classifier/gemma3:12b/files/1367365')
| -rw-r--r-- | results/classifier/gemma3:12b/files/1367365 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1367365 b/results/classifier/gemma3:12b/files/1367365 new file mode 100644 index 00000000..22b30a8b --- /dev/null +++ b/results/classifier/gemma3:12b/files/1367365 @@ -0,0 +1,10 @@ + +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 |