From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org, Michael Hoeller <MichaelHoeller@t-online.de>
Subject: Re: [Qemu-devel] usb and qemu
Date: Tue, 9 Aug 2005 22:17:54 +0100 [thread overview]
Message-ID: <200508092217.54784.paul@codesourcery.com> (raw)
In-Reply-To: <200508092233.31606.MichaelHoeller@t-online.de>
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
next prev parent reply other threads:[~2005-08-09 21:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-09 20:33 [Qemu-devel] usb and qemu Michael Hoeller
2005-08-09 21:01 ` Jim C. Brown
2005-08-09 21:17 ` Paul Brook [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-10 10:57 Ben Taylor
2005-08-10 11:25 ` vaise
2005-08-10 13:49 ` Mark Williamson
2005-08-10 14:03 ` Paul Brook
2005-08-10 17:07 ` Jim C. Brown
2005-08-10 17:28 ` Paul Brook
2005-08-10 22:10 ` Mark Williamson
2005-08-10 23:37 ` Lonnie Mendez
2005-08-11 14:47 ` Mark Williamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508092217.54784.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=MichaelHoeller@t-online.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).