From owner-freebsd-questions Fri Nov 12 7:22:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 83BFE14F0D for ; Fri, 12 Nov 1999 07:22:42 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a067.otenet.gr [195.167.115.67]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id RAA08959 for ; Fri, 12 Nov 1999 17:22:40 +0200 (EET) Received: (qmail 2683 invoked by uid 1001); 12 Nov 1999 15:09:31 -0000 To: freebsd-questions@freebsd.org Subject: Re: Mounting an ATAPI-CDROM ? References: <030b01bf2cac$f15d8be0$7393fea9@user> From: Giorgos Keramidas Date: 12 Nov 1999 17:09:31 +0200 In-Reply-To: "Allix Primus"'s message of "Thu, 11 Nov 1999 20:26:22 -0500" Message-ID: <86puxfn3v8.fsf@localhost.hell.gr> Lines: 19 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Allix Primus" writes: > At boot time it shows wdc0 as the cdrom , but it won't mount . I > checked the /dev/ and the wdc0 isn't there either. Is there something > in the kernel I should add ? Nope, your kernel seems to be recognizing the atapi cdrom at boot. You just need to add the device node in /dev for it # cd /dev # sh MAKEDEV wcd0 and then you can use the usual mount thing to see it's contents # mount -t cd9660 -o ro /dev/wcd0c /mnt -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message