All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dean Payne <dean.payne@adsl.on.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu-img convert does not handle -O correctly
Date: Mon, 04 Feb 2008 08:41:43 +0900	[thread overview]
Message-ID: <47A65137.8070608@adsl.on.net> (raw)
In-Reply-To: <C7686064-885F-4FAD-9C4D-6B4250EF9F99@web.de>


Andreas Färber wrote:
> Hello,
>
> When running `qemu-img convert haikuware.vmdk -O qcow2 
> haikuware.qcow2` on OSX, it complains it cannot open '-O'.
>
> According to `qemu-img convert --help` my syntax is correct.
>
> Andreas
>
>

I had similar problems and needed to change the order of parameters on 
the command line.

For your statement try...

qemu-img convert -f vmdk -O qcow2 haikuware.vmdk haikuware.qcow2

... as -f and -O come first before filenames

  reply	other threads:[~2008-02-03 23:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-03 15:13 [Qemu-devel] qemu-img convert does not handle -O correctly Andreas Färber
2008-02-03 23:41 ` Dean Payne [this message]
2008-02-04 22:31   ` [PATCH] " Andreas Färber

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=47A65137.8070608@adsl.on.net \
    --to=dean.payne@adsl.on.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.