qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "s[e]th & h[o]lth" <seth.holth@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] block device loopback
Date: Thu, 1 Jun 2006 18:08:56 +0200	[thread overview]
Message-ID: <5370f2820606010908w7204c1afr17132397ec625c76@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]

Hello,

I'm a qemu user and I'm looking for a way to use my virtual target drive
inside my host computer.
I've created a file that I'll call hda.disk like this : "dd if=/dev/zer of=
hda.disk count=1 bs=1M seek=1023" and i use it like "qemu -hda hda.disk"
The problem i meet is that i can't use this file outside the virtual machine
and I'm trying to program a block device driver to read this file as a IDE
drive.
The aim of this driver is quite similar to the loop driver but instead of
"emulating" a partition, it emulates a IDE Hard Drive and give an access to
it via /dev/vdX and it's partition via /dev/vdXpY.
Perhaps you will wonder why i use the qemu's mailing-list for this problem :
- i don't know exactly where i can find a way to achieve this project ;
- i wonder how you read your hda.disk without using qemu ;
- i would like to know how qemu fix the virtual drive property inside the
virtual machine (cylinders, sectors, etc...) ;
- i don't know anyone interested by this problem and quite good enough linux
driver developer to help me.

Thank you very much and have a nice day !

[-- Attachment #2: Type: text/html, Size: 2214 bytes --]

             reply	other threads:[~2006-06-01 16:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-01 16:08 s[e]th & h[o]lth [this message]
2006-06-01 16:31 ` [Qemu-devel] block device loopback Paul Brook
2006-06-01 16:50 ` Jim C. Brown
2006-06-02 13:52 ` NyOS

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=5370f2820606010908w7204c1afr17132397ec625c76@mail.gmail.com \
    --to=seth.holth@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).