From owner-freebsd-questions Fri Aug 30 10:23:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06330 for questions-outgoing; Fri, 30 Aug 1996 10:23:04 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA06318; Fri, 30 Aug 1996 10:22:57 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id MAA00826; Fri, 30 Aug 1996 12:21:38 -0500 (EST) From: John Dyson Message-Id: <199608301721.MAA00826@dyson.iquest.net> Subject: Re: strange error with WD family disk To: jack@xtalwind.net (jack) Date: Fri, 30 Aug 1996 12:21:38 -0500 (EST) Cc: mnewell@newell.arlington.va.us, dyson@FreeBSD.org, igor@cs.ibank.ru, freebsd-questions@FreeBSD.org In-Reply-To: from "jack" at Aug 30, 96 10:09:11 am Reply-To: dyson@FreeBSD.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > > wdc0: unit 0 (wd0): > > wd0: 1916MB (3924144 sectors), 3893 cyls, 16 heads, 63 S/T, 512 B/S > > wdc0: unit 1 (wd1): > > wd1: 1916MB (3924144 sectors), 3893 cyls, 16 heads, 63 S/T, 512 B/S > > > > I saw the problem once after upgrading to 2.1.5 but it does not seem to > > have recurred. The surfaces do not appear to have been damaged at all; > > at least I've not lost any files and the systems seem to recover fine. > > > > Anyone else see this with Maxtor drives? > > I have the same thing with WD drives but it isn't the drives. It started > when I updated my motherboard. The damned "Energy saver" BIOS is > powering down the drives. I've diabled power management, enabled it and > disabled powering down the drives, and it still insists on spinning them > down. :( > If you are powering down the drives, then there might still be the problem of the drive writing before it is ready. Note that the drive can 'remember' it's power down setup . The bios doesn't come into play except at startup where the drive can be "set-up." We could disable the power down setup in the wd driver, but that could be counter-productive for some. John