From owner-freebsd-questions Thu Feb 3 11:48:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by builder.freebsd.org (Postfix) with ESMTP id 964793F58 for ; Thu, 3 Feb 2000 11:48:42 -0800 (PST) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id OAA06447; Thu, 3 Feb 2000 14:43:19 -0500 (EST) Message-ID: <3899DA56.6A3AB660@math.udel.edu> Date: Thu, 03 Feb 2000 14:43:19 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: Jerry Lei Cc: freebsd-questions@freebsd.org Subject: Re: mount addtional cdrom References: <20000203182748.80085.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your /etc/fstab lines cited below have typos/'bad syntax'. The 'no, noauto' should be 'ro,noauto', for read-only and don't mount at boot. You can also check to see if you have the acd1* entries in your /dev directory. You can 'wire down' acd0 and acd1 to be specific drives, instead of allowing FreeBSD to pick via the probe order, but you would need to re-compile your kernel. Check out the /usr/src/sys/i386/conf/LINT file for clues on how to write a kernel config file to do this. You should tell the list readers exactly what error messages you are getting when you try to mount acd1c. Otherwise, it's hard to figure the problem out. Jerry Lei wrote: > Hi, I have two CD-ROMs. I took off one of them when I installed FreeBSD33 > which booted from CD-ROM. After the installation, I try to add the one I > took off. Probing found the additional one at wd0 (primary controller, > channel2), labeled it acd0. Another CD-ROM which I booted from, now is acd1 > at wd1(secondary controller, channel1). /etc/fstab showed that I have only > one cdrom acd0. If I try to mount cdrom, then the additional one will be > mounted. But the original one (which I booted from) can't not be found. > Even I add one row in /etc/fstab to tell BSD I have another one at acd1. > > Below is the context of /etc/fstab related to cdrom. I added the second line > myself. > > /dev/acd0c cd9660 /cdrom/cd0 no, noauto 0 0 > /dev/acd1c cd9660 /cdrom/cd1 no, noauto 0 0 > > What could I do to let FreeBSD get another cdrom? Thanks. > > Lei -- PETER SCHWENK | UNIX System Administrator Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 <-NEW!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message