From owner-freebsd-questions Mon Jun 21 10: 9:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B11B14BEB for ; Mon, 21 Jun 1999 10:09:23 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id SAA10168; Mon, 21 Jun 1999 18:12:54 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd010158; Mon Jun 21 18:12:52 1999 Received: by CVO1 with Internet Mail Service (5.5.1960.3) id ; Mon, 21 Jun 1999 10:11:02 -0700 Message-ID: From: Woody Carey To: "'James R. Shrenk'" , Joe Royce Cc: Mark Thomas , "'freebsd-questions@freebsd.org'" Subject: RE: cannot mount cd indicates bad ide cd drive - replace? Date: Mon, 21 Jun 1999 10:10:54 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you all for your help with this so far! I love this list! I fiddled with this over the weekend, and got things working. The below fstab entry you sent was what was in /etc/fstab, thanks. 'mount /cdrom' works on this machine *only if* a cd is in the drive during boot up. I have not tested this extensively. Since this was not IIRC the behavior of my 2.2.5-RELEASE box (SCSI drives), this begs the question: Is this the _correct_ behavior? I suspect I have more to fix... > Better still, it looks like you're trying to the controller > itself. At > this point you may want you go into your fstab file and just > delete this > line and add in a correct one. As an example I have included > mine (should > be similar to what you want: > > /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 > > the zeroes will be offset one tab from the rest of the file, > this is okay. > > Odds are that you have CD9660 support in your kernel as you > would have had > to have taken it out of the generic kernel on purpose. > > Once you have the fstab file fixed up, all that you should > have to type > is: > > $ mount /cdrom > > the rest will take care of itself :) > > James > > > > On Fri, 18 Jun 1999, Joe Royce wrote: > > > > > > > On Fri, 18 Jun 1999, Mark Thomas wrote: > > > > > At 08:02 AM 6/18/99 -0700, Woody Carey wrote: > > > >> Did you configure and install a custom kernel without > 9660 support? > > > >Not to my knowledge. What will my kernel config file > contain to confirm > > > >this? > > > > > > Looks like you need: > > > > > > options CD9660 > > > > > > At least. Likely: > > > > > > options CD9660_ROOT > > > > > > Would be good. > > > > > > >The cd drive shows up in dmesg as both acd0, and w??0 > unit 1. The > > > >/etc/fstab > > > >is trying to mount_cd9660 -o ro -o noauto /dev/wdc0 /cdrom. > > > >> > > > > What is the output of dmesg? According to above it looks like you're > > trying to mount your hard drive. > > > > -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message