qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Ricardo Almeida" <ric.almeida@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] fat rw
Date: Sat, 13 Oct 2007 23:50:17 +0100	[thread overview]
Message-ID: <8a6cde920710131550s470b1593n23b37cf63dc8ca52@mail.gmail.com> (raw)

Hi,

I've found the fat:rw:dir option for harddrives and want to use it :)
But when I run:

qemu-system-x86_64 -kernel-kqemu -m 256 -hda winxp.qcow -hdb
fat:rw:/media/lacie/

I get:

qemu: could not open hard disk image 'fat:rw:/media/lacie/'

I've seen in qemu forums
(http://qemu-forum.ipi.fi/viewtopic.php?p=12250) someone with a
similar problem and the following solution:

[QUOTE]
 I am not sure this the correct solution, and I have no idea of what I
am doing, but by changing the bdrv_create call in enable_write_target
to:


 	  Code:		
	
 if (bdrv_create(&bdrv_qcow,
       s->qcow_filename, s->sector_count, NULL, 0) < 0)
 	

 This causes QEMU to start correctly and writes to the virtual disk
work correctly.
[/QUOTE]

I'm using Kubuntu Gutsy with QEmu 0.9.0 from repository package with
kqemu_1.3.0pre11, so "I can't" patch QEmu. I would like to know if
this is already fixed on CVS or what's the current status.

Regards,
Ricardo Almeida

                 reply	other threads:[~2007-10-13 22:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=8a6cde920710131550s470b1593n23b37cf63dc8ca52@mail.gmail.com \
    --to=ric.almeida@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).