From owner-freebsd-questions Sat Nov 14 18:32:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10652 for freebsd-questions-outgoing; Sat, 14 Nov 1998 18:32:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sdcc10.ucsd.edu (sdcc10.ucsd.edu [132.239.50.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10647 for ; Sat, 14 Nov 1998 18:32:52 -0800 (PST) (envelope-from crouilla@ucsd.edu) Received: from localhost (crouilla@localhost) by sdcc10.ucsd.edu (8.8.3/8.8.3) with SMTP id SAA28962; Sat, 14 Nov 1998 18:32:20 -0800 (PST) X-Authentication-Warning: sdcc10.ucsd.edu: crouilla owned process doing -bs Date: Sat, 14 Nov 1998 18:32:20 -0800 (PST) From: Chuck Rouillard Reply-To: chuck@ucsd.edu To: Wayne Bouchard cc: freebsd-questions@FreeBSD.ORG Subject: Re: scsi cdrom issue In-Reply-To: <199811150051.RAA00478@typo.org> 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 [chop] > I just installed a scsi cdrom but unfortunately, it doesn't seem to > want to function propperly. Upon boot, I get the following messages: > > aic0 at 0x340-0x35f irq 11 on isa > aic0 waiting for scsi devices to settle > (aic0:1:0): "TOSHIBA CD-ROM XM-6201TA 1037" type 5 removable SCSI 2 > cd0(aic0:1:0): CD-ROM can't get the size > > In the kernel, I already have SCSI_DELAY=15 enabled for another > device. > > I know I don't have any ID conflicts and the chain is propperly > terminated (this is actually the first device in a chain of three.) > > My question is first: Why the heck does the kernel care about the size > of the cdrom on boot? That seems more like something that mount_cd9660 > would want to figure out. > > Second.. As a result of this, when I go to mount either /dev/cd0a or > /dev/cd0c, I get "device not configured" as a result of the above > error message.. anyone have any words of advice? > > -Wayne 1. I believe this message stems from the line: options "CD9660" in your kernel config file. This option tries to mount a CDROM at boot time. Thus, if you don't have a CD in the drive... My drives work well so I've never researched the conditions on the "size" statement. However, you should have a similar line in /etc/fstab: /dev/cd0a /mnt/cdrom cd9660 ro,noauto 0 0 which allows for: % mount /mnt/cdrom assuming you are root or have configured another user for appropriate group access. -chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message