Date: Wed, 15 May 2002 13:51:30 -0400 (EDT) From: David Miller <dmil-scsi@d.sparks.net> To: freebsd-scsi@FreeBSD.ORG Subject: Adaptec 3200S + Dell 2100S problems Message-ID: <Pine.BSF.4.21.0205151315460.21308-100000@search.sparks.net>
next in thread | raw e-mail | index | archive | help
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: <PCI to PCI bridge (vendor=1044 device=a500)> at device 14.0 on
pci0
pci2: <PCI bus> on pcib2
asr0: <Adaptec Caching SCSI RAID> 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: <PCI to ISA bridge (vendor=1106 device=3147)> at device 17.0 on
It finds the configured drives OK:
acd0: CDROM <E285X> at ata1-master using PIO3
pass0 at asr0 bus 0 target 15 lun 0
pass0: <Dell 12 BAY U2W CU 0209> Removable Processor SCSI-3 device
pass4 at asr0 bus 1 target 15 lun 0
pass4: <Dell 12 BAY U2W CU 0209> Removable Processor SCSI-3 device
da0 at asr0 bus 1 target 1 lun 0
da0: <ADAPTEC RAID-0 370F> 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: <ADAPTEC RAID-0 370F> 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: <SEAGATE ST318451LC 0003> 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:
<UNUSED>
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
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
<Dell 12 BAY U2W CU 0209> at scbus0 target 15 lun 0 (pass0)
<ADAPTEC RAID-0 370F> at scbus1 target 1 lun 0 (pass1,da0)
<ADAPTEC RAID-0 370F> at scbus1 target 8 lun 0 (pass2,da1)
<SEAGATE ST318451LC 0003> at scbus1 target 13 lun 0 (pass3,da2)
<Dell 12 BAY U2W CU 0209> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0205151315460.21308-100000>
