Am 06.02.20 um 23:17 schrieb Philippe Mathieu-Daudé: > Cc'ing Stefan who might know... > > On 2/8/20 1:42 PM, Jerry Geis wrote: >> I am trying to figure out how to boot a linux external USB disk from >> windows host ? >> >> I do this all the time on linux - simply -hda /dev/sdb >> >> But how do I reference the USB on Windows ? >> Thanks, >> >> Jerry
Try -hda \\.\PhysicalDrive1 or -hda //./PhysicalDrive1. See https://qemu.weilnetz.de/doc/qemu-doc.html chapter "2.8.7.2 Windows". Kind regards, Stefan