From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 12:15:19 2011 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 4CCFC106566C for ; Mon, 6 Jun 2011 12:15:19 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx2.utsp.utwente.nl [130.89.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id B5EF28FC17 for ; Mon, 6 Jun 2011 12:15:18 +0000 (UTC) Received: from pieter-dev.localnet (lux.student.utwente.nl [130.89.161.112]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id p56BliP4029837; Mon, 6 Jun 2011 13:47:44 +0200 From: Pieter de Goeje To: Andrea Venturoli Date: Mon, 6 Jun 2011 13:47:44 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.38-2-amd64; KDE/4.4.5; x86_64; ; ) References: <4DE77F01.1050900@netfence.it> <20110602155452.00006775@unknown> In-Reply-To: <20110602155452.00006775@unknown> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106061347.44370.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Bruce Cran , freebsd-questions@freebsd.org Subject: Re: Critical issues with WD green drives 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, 06 Jun 2011 12:15:19 -0000 On Thursday 02 June 2011 16:54:52 Bruce Cran wrote: > On Thu, 02 Jun 2011 14:16:01 +0200 > > Andrea Venturoli wrote: > > In a server of mine (7.3p4/i386) I replaced a 1TB Hitachi SATA drive > > (which worked perfectly), with two brand new Western Digital 2TB > > disks. Now I'm having critical problems, ranging from the disks > > getting stuck, to the box rebooting. > > Those are not the main disks in the box, so they are currently > > unmounted; I wasn't even able to run newfs on them, since every > > process that tries to use these disk will hang after a while (and > > can't be killed either). > > I'd guess this is probably due to their overly-aggressive power > management. If you can, run wdidle3.exe from a Windows environment to > turn off the default idle timer. This is very important, because I've had 2 drives die (most likely) because they had over 220K load cycles. One was less than a year old. You don't mention the exact models but there's a good chance these are the "Advanced Format" drives, in other words 4K sectors. If your filesystem(s) or partition(s) are not properly aligned that also severely hampers performance to the point it looks like a hang. All in all I wouldn't recommend these drives for use in a server. The WD's Blue and Black series are OK though. Your machine shouldn't reboot however, that points to another problem. - Pieter