I've got a Compaq SP700 with an NCR U2W-SCSI controller onboard. I'm using the SYM53C8XX driver, compiled into the kernel. There are three drives inside the machine, gentoo resides on the second disk (sdc, sda is an external ZIP).
I've started some write/read tests and am now really puzzled. Can that all be? Aren't the disks a little bit slow?
Code: Select all
pegasus linux # hdparm -tT /dev/sda && hdparm -tT /dev/sdb && hdparm -tT /dev/sdc && hdparm -tT /dev/sdd
/dev/sda:
Timing buffer-cache reads: 128 MB in 0.69 seconds =185.51 MB/sec
Timing buffered disk reads: 64 MB in 78.19 seconds =838.16 kB/sec
/dev/sdb:
Timing buffer-cache reads: 128 MB in 0.70 seconds =182.86 MB/sec
Timing buffered disk reads: 64 MB in 3.53 seconds = 18.13 MB/sec
/dev/sdc:
Timing buffer-cache reads: 128 MB in 0.70 seconds =182.86 MB/sec
Timing buffered disk reads: 64 MB in 3.32 seconds = 19.28 MB/sec
/dev/sdd:
Timing buffer-cache reads: 128 MB in 0.71 seconds =180.28 MB/sec
Timing buffered disk reads: 64 MB in 4.44 seconds = 14.41 MB/sec Has anybody an idea or will I have to live with that "performance"?
Thanks,
Marcel
Code: Select all
pegasus linux # cat .config | grep CONFIG_SCSI_SYM53C8XX
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not setCode: Select all
pegasus root # dmesg
(...)
SCSI subsystem driver Revision: 1.00
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.4
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
Vendor: HP Model: C5110A Rev: 3638
Type: Processor ANSI SCSI revision: 02
Vendor: IOMEGA Model: ZIP 100 Rev: J.02
Type: Direct-Access ANSI SCSI revision: 02
sym.2.8.0: setting PCI_COMMAND_PARITY...
sym.2.8.0: setting PCI_COMMAND_INVALIDATE.
sym.2.8.1: setting PCI_COMMAND_PARITY...
sym.2.8.1: setting PCI_COMMAND_INVALIDATE.
sym0: <875> rev 0x14 on pci bus 2 device 8 function 0 irq 28
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym0: SCSI BUS has been reset.
sym1: <875> rev 0x14 on pci bus 2 device 8 function 1 irq 29
sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
sym1: SCSI BUS has been reset.
scsi1 : sym-2.1.17a
scsi2 : sym-2.1.17a
sym0:0: FAST-20 WIDE SCSI 40.0 MB/s ST (50.0 ns, offset 15)
Vendor: COMPAQ Model: HD0094172B Rev: 3208
Type: Direct-Access ANSI SCSI revision: 02
Vendor: IBM Model: DNES-318350W Rev: SA30
Type: Direct-Access ANSI SCSI revision: 03
Vendor: SEAGATE Model: ST39173W Rev: 6244
Type: Direct-Access ANSI SCSI revision: 02
sym0:0:0: tagged command queuing enabled, command queue depth 16.
sym0:1:0: tagged command queuing enabled, command queue depth 16.
sym0:2:0: tagged command queuing enabled, command queue depth 16.
Attached scsi removable disk sda at scsi0, channel 0, id 5, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Attached scsi disk sdc at scsi1, channel 0, id 1, lun 0
Attached scsi disk sdd at scsi1, channel 0, id 2, lun 0
SCSI device sda: 196608 512-byte hdwr sectors (101 MB)
sda: Write Protect is off
Partition check:
/dev/scsi/host0/bus0/target5/lun0: p4
SCSI device sdb: 17773500 512-byte hdwr sectors (9100 MB)
/dev/scsi/host1/bus0/target0/lun0: p1
sym0:1: FAST-20 WIDE SCSI 40.0 MB/s ST (50.0 ns, offset 16)
SCSI device sdc: 35843670 512-byte hdwr sectors (18352 MB)
/dev/scsi/host1/bus0/target1/lun0: p1 p2 p3
sym0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50.0 ns, offset 15)
SCSI device sdd: 17783240 512-byte hdwr sectors (9105 MB)
/dev/scsi/host1/bus0/target2/lun0: p1 p2
(...)

