From owner-freebsd-questions Mon Feb 12 15:11: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 27CD037B491 for ; Mon, 12 Feb 2001 15:10:56 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9BB766ACC7; Tue, 13 Feb 2001 09:40:53 +1030 (CST) Date: Tue, 13 Feb 2001 09:40:53 +1030 From: Greg Lehey To: Greg Black Cc: freebsd-questions@freebsd.org Subject: Re: How do you recognise 2nd IDE master disk? Message-ID: <20010213094053.B2178@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gjb@gbch.net on Mon, Feb 12, 2001 at 08:39:30PM +1000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 12 February 2001 at 20:39:30 +1000, Greg Black wrote: > I added a second IDE disk to a 4.1-R box, using its secondary IDE > channel, with the disk jumpered as a master (as per instructions > from various sources). I rebuilt the kernel with the following: > > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > #device atapifd # ATAPI floppy drives > #device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > (I had previously left the "device ata1" line commented out when > there was one disk plus the CDROM.) > > But I seem to have done something wrong, as only the original > disk and CDROM are seen on boot. > > Can somebody please tell me the magic to get the second disk > recognised? That should be correct. If the drive is not being recognized, it's probably a hardware issue. You do have the controller enabled in the BIOS, do you? The answers about "have you created the devices" are bogus. At boot time the drive should be recognized whether or not you have the device nodes. You'll need the device nodes in order to access them, of course. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message