[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] real cdrom access failure
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] real cdrom access failure |
Date: |
Sun, 9 Jun 2013 18:34:05 +0200 |
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