From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTRcA-0006Cz-V7 for qemu-devel@nongnu.org; Thu, 27 May 2004 16:36:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTRbc-00068R-Rt for qemu-devel@nongnu.org; Thu, 27 May 2004 16:36:33 -0400 Received: from [62.248.102.122] (helo=fight.it.net.tr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTPf6-0002Go-Ja for qemu-devel@nongnu.org; Thu, 27 May 2004 14:31:29 -0400 Received: from localhost (fight.it.net.tr [127.0.0.1]) by fight.it.net.tr (Postfix) with ESMTP id 5175F1775B4 for ; Thu, 27 May 2004 21:31:17 +0300 (EEST) Received: from fight.it.net.tr ([127.0.0.1]) by localhost (fight.it.net.tr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23775-02 for ; Thu, 27 May 2004 21:31:16 +0300 (EEST) Received: from interaktif.gen.tr (abn151-244.interaktif.net.tr [195.174.151.244]) by fight.it.net.tr (Postfix) with ESMTP id D59D317759F for ; Thu, 27 May 2004 21:31:16 +0300 (EEST) Message-ID: <40B7857B.3070202@interaktif.gen.tr> Date: Fri, 28 May 2004 21:31:23 +0300 From: Emre Ersin MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU and REAL media (CD's, DVD's, floppies) References: <200405261911.43471.hetz@witch.dyndns.org> <20040527135844.GA8444@aplik.cl> In-Reply-To: <20040527135844.GA8444@aplik.cl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org >Simple: > > qemu -cdrom /dev/cdrom -fda /dev/fd0 > >You need read/write permisions to the cdrom/floppy devices (in Debian, >it means add your user to groups "cdrom" and "floppy". > > > It doesn't work. Because qemu tries to open them at startup and if there is no media it will simply give error. One way is showing some dummy images at startup and changing after boot.