Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 1999 11:56:27 -0600 (MDT)
From:      "James R. Shrenk" <dionysos3@crosswinds.net>
To:        Joe Royce <joe@team7.cba.ualr.edu>
Cc:        Mark Thomas <thomas@pmpro.com>, Woody Carey <carey@roguewave.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: cannot mount cd indicates bad ide cd drive - replace?
Message-ID:  <Pine.BSF.4.05.9906181151270.538-100000@neptune.twrol.com>
In-Reply-To: <Pine.BSF.4.05.9906181046360.1805-100000@team7.cba>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9906181151270.538-100000>