From owner-freebsd-questions Thu Feb 3 17:38: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by builder.freebsd.org (Postfix) with ESMTP id 9C042404A for ; Thu, 3 Feb 2000 17:38:04 -0800 (PST) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id OAA11924; Fri, 4 Feb 2000 14:38:09 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id OAA30450; Fri, 4 Feb 2000 14:38:09 +1300 (NZDT) (envelope-from jonc) Date: Fri, 4 Feb 2000 14:38:09 +1300 From: Jonathan Chen To: Jerry Lei Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount addtional cdrom II Message-ID: <20000204143809.A30358@jonc.logisticsoftware.co.nz> References: <20000203221101.55247.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000203221101.55247.qmail@hotmail.com>; from tylei@hotmail.com on Thu, Feb 03, 2000 at 02:11:01PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 03, 2000 at 02:11:01PM -0800, Jerry Lei wrote: [...] > Below is the context of /etc/fstab related to cdrom. I added the second line > myself. > > /dev/acd0c cd9660 /cdrom/cd0 ro, noauto 0 0 > /dev/acd1c cd9660 /cdrom/cd1 ro, noauto 0 0 > Your /etc/fstab is wrong. Please read the man page for fstab(5) carefully. It should be: /dev/acd1c /cdrom/cd1 cd9660 ro,noauto 0 0 Note: mount point comes after device, and there are no spaces between the various mount-options. > I use mount to mount my cdrom and error message like this > > #mount -t cd9660 -o ro /dev/acd1c /cdrom/cd1 > usage: No cd9660 such files or directories > > What could I do to let FreeBSD get another cdrom? Thanks. Make sure your mount point and the device node exists. ie /cdrom/cd1 needs to be a existing directory, and /dev/acd1c refers to a valid device. Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message