From owner-freebsd-questions Thu Sep 16 9:52:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [207.204.248.149]) by hub.freebsd.org (Postfix) with ESMTP id C4925153CA for ; Thu, 16 Sep 1999 09:52:11 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost.fedde.littleton.co.us [127.0.0.1]) by fedde.littleton.co.us (8.9.3/8.9.3) with ESMTP id KAA00708; Thu, 16 Sep 1999 10:51:59 -0600 (MDT) Message-Id: <199909161651.KAA00708@fedde.littleton.co.us> To: "Alex Kwan" Cc: freebsd-questions@FreeBSD.ORG From: Chris Fedde Subject: Re: How to mount CDROM Drive In-reply-to: Your message of "Thu, 16 Sep 1999 23:44:35 +0800." <000701bf005a$6187a740$b0c2fea9@parsley> Date: Thu, 16 Sep 1999 10:51:59 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Alex Kwan" writes: +--------------- | Hi! | | My cdrom drive is wcd0 (I have checked it with | dmesg|more), but I found the /dev it have | two devices : wcd0a and wcd0c | How do I edit the /etc/fstab to mount the CDROM? | | Thanks! +--------------- /dev/wcd0a is the first partition on the device. /dev/wcd0c is the whole device. If there is only one partition on the CD then these are the same. My /etc/fstab has: /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 I beleive that this is in the fstab that is put there by the install. Try mount -t cd9660 /dev/wcd0c /cdrom as root. If that works then the fstab entry above should work too. chris __ Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message