From owner-freebsd-stable@FreeBSD.ORG Fri Jan 19 10:30:47 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA9CB16A407 for ; Fri, 19 Jan 2007 10:30:47 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.freebsd.org (Postfix) with ESMTP id AC01B13C44B for ; Fri, 19 Jan 2007 10:30:47 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 4740A11401E for ; Fri, 19 Jan 2007 10:30:46 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zBCSj9WdqEmM for ; Fri, 19 Jan 2007 10:30:43 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with SMTP id B1454114023 for ; Fri, 19 Jan 2007 10:30:43 +0000 (GMT) Date: Fri, 19 Jan 2007 10:30:43 +0000 From: Dominic Marks To: freebsd-stable@freebsd.org Message-Id: <20070119103043.6c54a3cf.dom@helenmarks.co.uk> In-Reply-To: <45B07AF8.9010101@gmail.com> References: <45B07AF8.9010101@gmail.com> X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Read_dma timeout - FreeBSD 6-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 10:30:48 -0000 On Fri, 19 Jan 2007 08:02:00 +0000 "Ikare.run" wrote: > Hi, > > I've got some troubles with sata disks (Maxtor DiamondMax 10 160go) : > this is the second one I use in less than 1 month. > > With the first one, I got more and more ofently TIMEOUT - READ_DMA > errors ... so I changed it last week (I thought the disk was broken) ! > And now, 10 days after installing the _new_ one, I re-get the sames > errors. They appear randomly ... > > No log, no debug messages, just TIMEOUT - READ_DMA in dmesg > > Is there some tools on FreeBSD to test the SATA controler or the disks ? > Some known bugs in drivers ? > Does anyone get the same problem ? > > PS : when error occurs, the disk make a "click" !?!? Sounds like it is dying. What controller is this attached to? Have you tried another cable? SMART reports are useful only if the error is detectable / reported. Dom