From owner-freebsd-questions Fri Jun 18 10:53: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras1-15.wizrealm.com [208.153.237.16]) by hub.freebsd.org (Postfix) with ESMTP id D535A150C9 for ; Fri, 18 Jun 1999 10:52:51 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id LAA00622; Fri, 18 Jun 1999 11:56:27 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Fri, 18 Jun 1999 11:56:27 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Joe Royce Cc: Mark Thomas , Woody Carey , "'freebsd-questions@freebsd.org'" Subject: RE: cannot mount cd indicates bad ide cd drive - replace? In-Reply-To: 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 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message