From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um2LV-00039J-PL for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:41:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um2LQ-00036k-Lq for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:41:17 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48804 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um2LQ-000361-GA for qemu-devel@nongnu.org; Mon, 10 Jun 2013 09:41:12 -0400 Message-ID: <51B5D777.8060104@suse.de> Date: Mon, 10 Jun 2013 15:41:11 +0200 From: Alexander Graf MIME-Version: 1.0 References: <4E830D81-854D-4697-9BCC-4C51D852D132@gmail.com> <12387A41-C7DA-474B-AB20-820779E8FDC2@suse.de> <069A6C85-FB1D-4B86-BC98-5BA2455A0135@gmail.com> In-Reply-To: <069A6C85-FB1D-4B86-BC98-5BA2455A0135@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] real cdrom access failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: "qemu-devel@nongnu.org" , =?ISO-8859-1?Q?Andre?= =?ISO-8859-1?Q?as_F=E4rber?= On 06/10/2013 03:39 PM, Programmingkid wrote: > On Jun 9, 2013, at 12:34 PM, Alexander Graf wrote: > >> On 09.06.2013, at 18:28, Programmingkid wrote: >> >>> I am trying to access the cdrom drive in QEMU 1.5.0, but can't. This is the error I see: qemu-system-ppc: -cdrom /dev/cdrom: could not open disk image /dev/cdrom: No such file or directory. I think this is a bug with version 1.5.0 on Mac OS X. Anybody else notice this problem? >> Mac OS X doesn't provide a /dev/cdrom link. You have to point it directly to the target device. To get a list of available devices, try >> >> $ diskutil list >> >> Also make sure that all partitions and file systems on top of the CD-ROM are unmounted (diskutil unmount or just umount), as OSX won't allow direct access to /dev/disk1 otherwise. >> >> >> Alex >> > > The -cdrom /dev/cdrom option always worked in the past. Just not with version 1.5.0. Hrm. CC'ing Andreas and Peter. They're the best matches to people knowing their way around OSX host support :). Also Changing qemu-ppc@ to qemu-devel@, as this is 100% unrelated to the ppc target. Alex