From owner-freebsd-questions Thu Nov 9 12: 8:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id C0A1537B479 for ; Thu, 9 Nov 2000 12:08:50 -0800 (PST) Received: from breakout.gpcc.itd.umich.edu (smtp@breakout.gpcc.itd.umich.edu [141.211.2.141]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id PAA23271; Thu, 9 Nov 2000 15:08:50 -0500 (EST) Received: from localhost (timcm@localhost) by breakout.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id PAA11229; Thu, 9 Nov 2000 15:08:48 -0500 (EST) Date: Thu, 9 Nov 2000 15:08:48 -0500 (EST) From: Tim McMillen X-Sender: timcm@breakout.gpcc.itd.umich.edu To: Qiang Xu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to mount a CD-ROM In-Reply-To: <385152577.973794692760.JavaMail.root@web105-mc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You probably need # mount -t cd9660 /dev/acd0c /mnt ^^ I don't know your cd-rom model specifically, but it probalby comes up as acd0 in your dmesg, not cd0, if so, that is the device you need to specify. Try dmesg then scroll back through that (using the scroll lock and pgup/pgdn keys) or dmesg | more. Good luck, Tim On Thu, 9 Nov 2000, Qiang Xu wrote: > Dear Sir/Madam: > > I want to mount a CD-ROM, which is SANYO CRD-256PC. I have try to use > > # mount -t cd9660 /dev/cd0c /mnt > > and put a CDROM in the CDROM drive just like what the FAQ says in www.freebsd.org. But I still get Device not configured. > > Could you give me some advice? > > Xu,Qiang > > ______________________________________________ > FREE Personalized Email at Mail.com > Sign up at http://www.mail.com/?sr=signup > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message