From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 8 04:17:27 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B9216A41F for ; Thu, 8 Sep 2005 04:17:27 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE77B43D49 for ; Thu, 8 Sep 2005 04:17:24 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id B6D8611565A; Thu, 8 Sep 2005 08:17:21 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 8894415C74; Thu, 8 Sep 2005 08:17:21 +0400 (MSD) Received: by rdu.kirov.ru (Postfix, from userid 1014) id C66D115C73; Thu, 8 Sep 2005 08:17:20 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id EA22515C69; Thu, 8 Sep 2005 08:17:19 +0400 (MSD) Message-ID: <431FBB34.8010709@yandex.ru> Date: Thu, 08 Sep 2005 08:16:52 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.0.6 (FreeBSD/20050716) X-Accept-Language: ru, en MIME-Version: 1.0 To: Tim Opie References: <1126149038.26984.242420480@webmail.messagingengine.com> In-Reply-To: <1126149038.26984.242420480@webmail.messagingengine.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: QEMU cdrom option X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bu7cher@yandex.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 04:17:27 -0000 Tim Opie wrote: > %qemu -no-kqemu -enable-audio -hda dosbox.qcow -cdrom /dev/cd0 > qemu: could not open hard disk image 'dev/cd0' Try: -cdrom /dev/acd0 and you must have permission for reading /dev/acd0 see ls -l /dev/acd* -- WBR, Andrey V. Elsukov