From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 4 17:24:20 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39AB1106566B for ; Wed, 4 Jun 2008 17:24:20 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id C93358FC1D for ; Wed, 4 Jun 2008 17:24:19 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Wed, 04 Jun 2008 12:24:12 -0500 id 000D4CB6.4846CFBD.0000057E Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 04 Jun 2008 12:24:07 -0500 id 0004AC1B.4846CFB7.0000D1EE Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Wed, 04 Jun 2008 12:24:07 -0500 Message-ID: <20080604122407.188217sdanmlq37k@intranet.encontacto.net> Date: Wed, 04 Jun 2008 12:24:07 -0500 From: eculp To: emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Cc: Subject: qemu: could not open disk image /tmp/c.img that was created by qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 17:24:20 -0000 I'm running amd64 current-8 and am up to date on most everything. I'm trying to give qemu a try and am using the quick start on the qemu site, step by step and got all the way to the second step ;) # qemu-img create -f qcow c.img 3G Formatting 'c.img', fmt=qcow, size=3145728 kB # qemu -cdrom /dev/acd0 -hda /tmp/c.img -m 256 -boot d qemu: could not open disk image /tmp/c.img acd0 was an unmounted windowsXP installation CD. Should the procedure be changed for FreeBSD, I obviously assumed not? Thanks, ed