Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5TKUQb12413 for linux-xfs-outgoing; Fri, 29 Jun 2001 13:30:26 -0700 Received: from smtp9.xs4all.nl (smtp9.xs4all.nl [194.109.127.135]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5TKUNV12409 for ; Fri, 29 Jun 2001 13:30:24 -0700 Received: from xs3.xs4all.nl (xs3.xs4all.nl [194.109.6.44]) by smtp9.xs4all.nl (8.9.3/8.9.3) with ESMTP id WAA09892; Fri, 29 Jun 2001 22:30:01 +0200 (CEST) Received: from localhost (knuffie@localhost) by xs3.xs4all.nl (8.9.0/8.9.0) with ESMTP id WAA28330; Fri, 29 Jun 2001 22:29:56 +0200 (CEST) Date: Fri, 29 Jun 2001 22:29:56 +0200 (CEST) From: Seth Mos To: Andrew Klaassen cc: linux-xfs Subject: Re: XFS corruption on SoftRAID5 In-Reply-To: <20010629130641.B782@dkp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Fri, 29 Jun 2001, Andrew Klaassen wrote: > On Fri, Jun 29, 2001 at 12:28:06PM -0400, > Martin K. Petersen wrote: > > > FWIW, almost all the XFS corruption bugs (with RAID or > > otherwise) I've seen so far have been incorrect IDE hdparm > > tuning or bad cabling. > > My question is really OT for this list, but how might one go > about checking for bad cabling? Is there any software that can > find it consistently? If the cable is not correct some cards will report it. The promise controllers can report if a IDE cable is 80 pins or not. And the kernel sometimes also gives back errors. I have seen it once already. The ATA66 and ATA100 standard have CRC checking for data sent over the cable. However forcing another a transfer mode is dangerous and does net let a IDE interface set the correct mode on its own. I don't know if scsi has some form of CRC control.\ Bye