From owner-freebsd-scsi Wed May 15 10:59: 9 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from search.sparks.net (d-207-5-180-136.gwi.net [207.5.180.136]) by hub.freebsd.org (Postfix) with ESMTP id BD07F37B8D3 for ; Wed, 15 May 2002 10:57:33 -0700 (PDT) Received: by search.sparks.net (Postfix, from userid 100) id F1559D983; Wed, 15 May 2002 13:51:30 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id E3AA1D982 for ; Wed, 15 May 2002 13:51:30 -0400 (EDT) Date: Wed, 15 May 2002 13:51:30 -0400 (EDT) From: David Miller X-Sender: dmiller@search.sparks.net To: freebsd-scsi@FreeBSD.ORG Subject: Adaptec 3200S + Dell 2100S problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The basics: FreeBSD 4.5R Adaptec 3200S with firmware dowloaded from the adaptec web site today Dell 2100S with 12 18 GB 15K RPM drives FreeBSD finds the RAID controller fine on boot: de0: 21140A [10-100Mb/s] pass 2.2 de0: address 00:40:05:40:81:25 pcib2: at device 14.0 on pci0 pci2: on pcib2 asr0: mem 0xd8000000-0xd9ffffff irq 10 at device 14. 1 on pci0 asr0: major=154 asr0: ADAPTEC 3200S FW Rev. 370F, 2 channel, 256 CCBs, Protocol I2O isab0: at device 17.0 on It finds the configured drives OK: acd0: CDROM at ata1-master using PIO3 pass0 at asr0 bus 0 target 15 lun 0 pass0: Removable Processor SCSI-3 device pass4 at asr0 bus 1 target 15 lun 0 pass4: Removable Processor SCSI-3 device da0 at asr0 bus 1 target 1 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 86831MB (177829888 512 byte sectors: 255H 63S/T 11069C) da1 at asr0 bus 1 target 8 lun 0 da1: Fixed Direct Access SCSI-2 device da1: Tagged Queueing Enabled da1: 86831MB (177829888 512 byte sectors: 255H 63S/T 11069C) da2 at asr0 bus 1 target 13 lun 0 da2: Fixed Direct Access SCSI-3 device da2: Tagged Queueing Enabled da2: 17366MB (35566461 512 byte sectors: 255H 63S/T 2213C) Mounting root from ufs:/dev/ad0s1a THE PROBLEM: I can't label the new drives. fdisk seems OK: bash-2.05a# fdisk da0 ******* Working on device /dev/da0 ******* parameters extracted from in-core disklabel are: cylinders=11069 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=11069 heads=255 sectors/track=63 (16065 blks/cyl) fdisk: invalid fdisk partition table found Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 177823422 (86827 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 828/ head 254/ sector 63 but disklabel doesn't want to work: bash-2.05a# disklabel -e -r da0 disklabel: bad pack magic number (label is damaged, or pack is unlabeled) I walked through /stand/sysinstall first and came back to the CLI in order to get better error messages. Any idea what's ailing the addition the disk space? Other potentially useful info: bash-2.05a# camcontrol devlist at scbus0 target 15 lun 0 (pass0) at scbus1 target 1 lun 0 (pass1,da0) at scbus1 target 8 lun 0 (pass2,da1) at scbus1 target 13 lun 0 (pass3,da2) at scbus1 target 15 lun 0 (pass4) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message