From owner-freebsd-hackers Sun Sep 14 15:15:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA05080 for hackers-outgoing; Sun, 14 Sep 1997 15:15:10 -0700 (PDT) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA05041 for ; Sun, 14 Sep 1997 15:15:00 -0700 (PDT) Received: from x14.mi.uni-koeln.de ([134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA00373 (5.67b/IDA-1.5 for ); Mon, 15 Sep 1997 00:14:57 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.7/8.6.9) id XAA01116; Sun, 14 Sep 1997 23:38:28 +0200 (CEST) X-Face: " Date: Sun, 14 Sep 1997 23:38:27 +0200 From: Stefan Esser To: Josh Tiefenbach Cc: hackers@FreeBSD.ORG Subject: Re: Problems with NCR810/Micropolis disk. References: <19970913204749.41765@doun.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <19970913204749.41765@doun.org>; from Josh Tiefenbach on Sat, Sep 13, 1997 at 08:47:49PM +0000 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 13, Josh Tiefenbach wrote: > scbus0 target 0 lun 0: type 0 fixed SCSI 2 > sd0 at scbus0 target 0 lun 0 > sd0: Direct-Access > sd0: 10.0 MB/s (100 ns, offset 8) > > sd0: M_DISCONNECT received, but datapointer not saved: > data=799b4 save=7a6b0 goal=7a6d4. > 4100MB (8398600 512 byte sectors) > sd0: with 6512 cyls, 7 heads, and an average 184 sectors/track > > While the drive works, it is *extremely* pokey. A dd from rsd0a to /dev/null > with no load at all clocked in at about 250k/s. Under Win95, the drive seems > to perfom quite well, and the benchmarks I've run there (mostly norton stuff) > seems to indicate that the drive motors along at a fast clip (compared to the > reference drives). Hmmm, thinking about the occurance of the M_DISCONNECT within the drive attach: Seems that the drive did not like the INQUIRY command trying to read 36 bytes of data ... But since only the first few bytes are required by the driver, and those have been read correctly, the message does not indicate a real problem. > In searching the archives, the I found a post to -scsi circa 12/96 with the > exact same dmesg output (M_DISCONNEXT) involving an ncr810 and a 9GB > Micropolis drive, but no solution/explanation was offered. Really ? I don't remember having seen such a message ... Will have to check the archives myself ... > Could this concievably be a hardware problem (ie, should I return the drive), > or is there something patently obvious that I'm missing? Well, I don't know how you measured those 250KB/s numbers. Could you please run bonnie (from ports) or send results of "dd" with block sizes of 512 byte, 4KB and 16KB ? Regards, STefan