From owner-freebsd-questions Wed Feb 1 15:25:39 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA05557 for questions-outgoing; Wed, 1 Feb 1995 15:25:39 -0800 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id PAA05548 for ; Wed, 1 Feb 1995 15:25:34 -0800 Received: by haven.uniserve.com id <268>; Wed, 1 Feb 1995 15:31:53 -0800 Date: Wed, 1 Feb 1995 15:31:49 -0800 (PST) From: Tom Samplonius To: "Roy A. Mccrory" cc: questions@FreeBSD.org Subject: Re: too many scsi disks In-Reply-To: <199502011616.JAA01637@7dragons.fc.dna.mil> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk On Wed, 1 Feb 1995, Roy A. Mccrory wrote: > Hello. > I am trying to add a Toshiba cd-rom to my system and get a 'too many scsi disks" > message. I can't find anything about is in the Dec bsdfaq nnor in the Usenet > archive at minnie. Here is the info from "dmesg". > Too many scsi disks..(3 > 2) reconfigure kernel ^^^^^^^^^^^^^^^^^^ That should be your first clue. You need to config the kernel for support for more disks, and then re-compile it (of course, you need the kernel source first). Tom