From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 23:02:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A55016A49A for ; Fri, 16 Nov 2007 23:02:15 +0000 (UTC) (envelope-from dcr@physics.utah.edu) Received: from nova.physics.utah.edu (nova.physics.utah.edu [128.110.200.143]) by mx1.freebsd.org (Postfix) with ESMTP id CCE5F13C45B for ; Fri, 16 Nov 2007 23:02:14 +0000 (UTC) (envelope-from dcr@physics.utah.edu) Received: from fusion.physics.utah.edu (fusion.physics.utah.edu [128.110.200.144]) by nova.physics.utah.edu (8.12.11/8.12.11) with ESMTP id lAGM5QwP024813 for ; Fri, 16 Nov 2007 15:05:26 -0700 (MST) Received: from localhost (dcr@localhost) by fusion.physics.utah.edu (8.9.2/8.9.2) with ESMTP id PAA18035 for ; Fri, 16 Nov 2007 15:05:26 -0700 (MST) X-Authentication-Warning: fusion.physics.utah.edu: dcr owned process doing -bs Date: Fri, 16 Nov 2007 15:05:26 -0700 (MST) From: Douglas Rodriguez To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nova.physics.utah.edu [128.110.200.143]); Fri, 16 Nov 2007 15:05:27 -0700 (MST) X-Scanned-By: MIMEDefang 2.43 Subject: Failing Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2007 23:02:15 -0000 I've been getting the following message repeating continuously: ad1:FAILURE - READ_DMA status=51 error=1 LBA=216026367 g_vfs_done():ad1s1[READ(offset = 110605467648, length = 16384)]error=5 ad1:FAILURE - READ_DMA status=51 error=40 LBA=216026367 g_vfs_done():ad1s1[READ(offset = 110605467648, length = 16384)]error=5 ad1:FAILURE - READ_DMA status=51 error=1 LBA=216026367 g_vfs_done():ad1s1[READ(offset = 110605467648, length = 16384)]error=5 .... The same thing repeats every so often. What does this mean? I've read other threads (Drives Dieing) about possibly shutting down dma or reinstalling the system, but is that the best solution to this kind of problem? Thanks. ~Doug