From owner-freebsd-questions  Tue Oct 10 10:33:13 2000
Delivered-To: freebsd-questions@freebsd.org
Received: from mercury.sunyit.edu (mercury.sunyit.edu [150.156.16.8])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0EAB437B66C; Tue, 10 Oct 2000 10:33:10 -0700 (PDT)
Received: from demeter.sunyit.edu (demeter4.sunyit.edu [150.156.250.9])
	by mercury.sunyit.edu (8.9.3/8.9.3) with ESMTP id NAA13232;
	Tue, 10 Oct 2000 13:33:09 -0400 (EDT)
Received: from localhost (banksw@localhost)
	by demeter.sunyit.edu (8.9.3+Sun/8.9.3) with ESMTP id NAA11860;
	Tue, 10 Oct 2000 13:33:08 -0400 (EDT)
X-Authentication-Warning: demeter.sunyit.edu: banksw owned process doing -bs
Date: Tue, 10 Oct 2000 13:33:08 -0400 (EDT)
From: Wyatt Banks <banksw@sunyit.edu>
X-Sender: banksw@demeter
To: Mark Ovens <marko@freebsd.org>
Cc: questions@freebsd.org
Subject: Re: cdrom mounting
In-Reply-To: <20001010175707.A252@parish>
Message-ID: <Pine.GSO.4.21.0010101330590.11721-100000@demeter>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN
Content-Transfer-Encoding: QUOTED-PRINTABLE
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG



On Tue, 10 Oct 2000, Mark Ovens wrote:

> On Mon, Oct 09, 2000 at 07:56:08PM -0400, Wyatt Banks wrote:
> > When I have my cdrom mount listed in fstab, my computer will not boot
> > correctly without a cdrom in the drive.  With a cdrom in the drive, it
> > boots and I can access it fine.  Does this sound correct?
> > I thought I read something about a limitation being that the cd must be=
 in
> > the drive to mount it, or something similar, but can't find where I rea=
d
> > it.  I spent all day looking in 'The Complete FreeBSD' and reading man
> > pages but can't find what I think I read.
> > Can anyone help?
>=20
> Sounds like you don't have ``noauto'' in the fstab entry:
>=20
> /dev/cd0c      /cdrom     cd9660  ro,noauto     0       0
>=20
> Note that there are no spaces before or after the comma.
>=20
> > Thanks
> > banksw@sunyit.edu
> >=20
> >=20
> >=20
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>=20
> --=20
> =09=094.4 - The number of the Beastie
> ________________________________________________________________
> 51.44=B0N  FreeBSD - The Power To Serve http://www.freebsd.org
> 2.057=B0W  My Webpage http://ukug.uk.freebsd.org/~mark
> mailto:marko@freebsd.org                http://www.radan.com
>=20

for some reason, mine won't work if I include the command and noauto.  I
copied my original fstab file in case I messed it up when I first read how
to use fstab.  I just verified that the original line in fstab was:
/dev/acd0c  /cdrom  cd9660  ro,noauto 0 0

I am able to mount it from the shell, or using fstab with device acd0a or
acd0c, but if I include the comma and noauto in fstab, it does not seem to
mount my cdrom.
Any other possibilities of what could be wrong with it?



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message