From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNNOM-0003lN-PP for qemu-devel@nongnu.org; Mon, 07 Nov 2011 06:29:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNNOI-0000ZB-SA for qemu-devel@nongnu.org; Mon, 07 Nov 2011 06:29:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNNOI-0000Z6-Jv for qemu-devel@nongnu.org; Mon, 07 Nov 2011 06:29:26 -0500 Message-ID: <4EB7C10B.7090005@redhat.com> Date: Mon, 07 Nov 2011 12:29:15 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4EB790A2.4040806@redhat.com> <97429251727271@192.168.2.69> <4EB7BD4E.6010703@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Do you have a use for a tester of virtio-scsi with CD drives ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: kwolf@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, Thomas Schmitt On 11/07/2011 12:24 PM, Zhi Yong Wu wrote: > It didn't work for me > I started up one os=rh6.1 guest with above options. > > On guest: > [root@localhost ~]# mount /dev/sr0 /tmp/1 > mount: you must specify the filesystem type > [root@localhost ~]# You asked for a virtio disk, not a SCSI disk. The CD-ROM will be under /dev/vdX. mount works here. Paolo