From owner-freebsd-questions@FreeBSD.ORG Mon Apr 3 15:11:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A958C16A422 for ; Mon, 3 Apr 2006 15:11:28 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5413543D46 for ; Mon, 3 Apr 2006 15:11:28 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 5846 invoked from network); 4 Apr 2006 01:11:27 +1000 Received: from 210-84-32-140.dyn.iinet.net.au (HELO localhost) (210.84.32.140) by dreamroom.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Apr 2006 01:11:27 +1000 Date: Tue, 4 Apr 2006 01:11:24 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060404011124.1696cf83@localhost> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: How severe is IDNF errors in SMART log? 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: Mon, 03 Apr 2006 15:11:28 -0000 hi all, I have a laptop with a 100GB Hitachi SATA drive. the SMART log shows the errors below (via 'sudo smartctl -a /dev/ad0' ). How badly damaged is the disk? [...] Error 65535 occurred at disk power-on lifetime: 214 hours (8 days + 22 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 10 51 08 50 11 00 e0 Error: IDNF 8 sectors at LBA = 0x00001150 = 4432 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 35 03 08 50 11 00 e0 00 2d+21:25:42.300 WRITE DMA EXT 35 03 08 48 11 00 e0 00 2d+21:25:42.200 WRITE DMA EXT 35 03 08 40 11 00 e0 00 2d+21:25:42.100 WRITE DMA EXT 35 03 08 38 11 00 e0 00 2d+21:25:42.100 WRITE DMA EXT 35 03 08 30 11 00 e0 00 2d+21:25:42.000 WRITE DMA EXT Error 65534 occurred at disk power-on lifetime: 214 hours (8 days + 22 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 10 51 08 48 11 00 e0 Error: IDNF 8 sectors at LBA = 0x00001148 = 4424 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 35 03 08 48 11 00 e0 00 2d+21:25:42.200 WRITE DMA EXT 35 03 08 40 11 00 e0 00 2d+21:25:42.100 WRITE DMA EXT 35 03 08 38 11 00 e0 00 2d+21:25:42.100 WRITE DMA EXT 35 03 08 30 11 00 e0 00 2d+21:25:42.000 WRITE DMA EXT 35 03 08 28 11 00 e0 00 2d+21:25:42.000 WRITE DMA EXT [....] (about 6 times, different LBA ranges, always 8 sectors, always WRITE DMA EXT) thanks! Beto