On Tuesday 09 August 2005 21:33, Michael Hoeller wrote: > Hello, > > is there a way to access an usb stick from Windows which runs in qemu > under Linux??
You can use the usb block device directly as a hard disk "image". ie something like qemu -hdb /dev/sda ... Obviously the guest will see it as an IDE drive, and hotpluging hasn't got a hope of working, but it's probably near enough for most purposes. Note that you should never mount the same device on both the host and the guest at the same time. Doing so will cause data corruption. Paul _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel