qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] usb and qemu


From: Paul Brook
Subject: Re: [Qemu-devel] usb and qemu
Date: Tue, 9 Aug 2005 22:17:54 +0100
User-agent: KMail/1.7.2

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]