From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Hardware virtualization with QEMU
Date: Fri, 16 Nov 2007 23:02:29 +0100 [thread overview]
Message-ID: <fb249edb0711161402y44adeca4wd2fc47ace87137fa@mail.gmail.com> (raw)
In-Reply-To: <200711160934.46462.pg@futureware.at>
On 16/11/2007, Philipp Gühring <pg@futureware.at> wrote:
> Hi,
>
> > My questions are as follows:
> > 1) I know -hdc and -cdrom cannot be called at the same time, but i have
> > no luck getting an image to be mounted with -hdb or -hdd.
>
> For -cdrom you need ISO images.
> For -hd[a-d] you need harddisk-images, which are done like this
> dd id=/dev/hda of=myimage.img
> qemu -hda myimage.img
On systems where mounting is done manually you can use the ISO
filesystem on a harddisk without problems. You can also mount
filesystems from a partitioned image (what you call harddisk image) on
a cdrom. So this is not true.
>
> You can´t dd a directory. You could mkisofs a directory or you could use the
> Samba sharing to hand over a directory.
>
> > The same image
> > I can successfully mount with -cdrom cannot be mounted with either -hdb
> > or -hdd,
>
> Then it´s likely an ISO image, and not a harddisk image.
>
> > What's up there. I could not figure out from the manuals if
> > these should just be dd'ed images a directory or iso?
dd just makes a copy. You can use the device or a dd'ed copy of the
device (image) and it makes no difference. dd and cp can often be used
interchangeably.
>
> You have to dd a whole harddisk (not just a partition)
>
> > 2) Are floppy images restricted to exactly 1.44MB created with dd? I
> > cannot mount anything with the floppy switches either which is probably
> > a size constraint I dont meet.
>
> I don´t know.
>
> > 4) What is the attainable USB speed? Full USB-1 ?
>
> I think speed is something virtual at that point, but I am not sure.
Yes, with virtual devices you can reach any speed the computer can do.
With physical devices you can probably reach "full speed" (12 MB/s) or
"slow speed" (1.5 MB/s) if your computer is fast enough.
Regards
next prev parent reply other threads:[~2007-11-16 22:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-16 2:38 [Qemu-devel] Hardware virtualization with QEMU admin
2007-11-16 3:00 ` admin
2007-11-16 8:34 ` Philipp Gühring
2007-11-16 22:02 ` andrzej zaborowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-16 2:37 Lv
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=fb249edb0711161402y44adeca4wd2fc47ace87137fa@mail.gmail.com \
--to=balrogg@gmail.com \
--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).