On Tuesday, May 19, 2015, John Yost <<a href="mailto:alleytrotter@gmail.com">alleytrotter@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">After the last update to qemu I am getting the following warning:<br>
WARNING: Image format was not specified for '/mnt/build/buildvm' and<br>
probing guessed raw.<br>
         Automatically detecting the format is dangerous for raw images,<br>
write operations on block 0 will be restricted.<br>
         Specify the 'raw' format explicitly to remove the restrictions.<br>
<br>
Does anyone know where I should "Specify the 'raw' format"?<br>
<br>
I use this as my start command:<br>
[CODE]<br>
usr/bin/qemu-system-x86_64 \<br>
-boot c \<br>
-name build \<br>
-cpu qemu64 \<br>
-smp cores=2 \<br>
-enable-kvm \<br>
-m 16G \<br>
-localtime \<br>
-soundhw es1370 \<br>
-cdrom<br>
/mnt/other/Slackware/slackware64-14.1-iso/slackware64-14.1-install-dvd.iso \<br>
-usb \<br>
-usbdevice host:0781:5581 \<br>
-vga vmware \<br>
-hda /mnt/build/buildvm<br>
[/CODE]<br>
<br>
TIA<br>
john<br>
<br><br>
</blockquote><div><br></div><div>if "buildvm" is truly a raw image created with "qemu-img create" the just rename it "buildvm.raw"</div><div><br></div><div>also switch "-f raw" might be aplicable, check man page.  i always use qcow2 so i csn use its fancy features such ad copy on write.</div><div><br></div><div>-ed</div><br><br>-- <br>You! What PLANET is this!<br>    -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br><br>