From owner-freebsd-questions@FreeBSD.ORG Sat Dec 19 12:48:38 2009 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 6431F106566C for ; Sat, 19 Dec 2009 12:48:38 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8FB8FC0A for ; Sat, 19 Dec 2009 12:48:36 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 277C37E818; Sat, 19 Dec 2009 03:48:35 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sat, 19 Dec 2009 03:48:34 -0900 User-Agent: KMail/1.12.1 (FreeBSD/8.0-STABLE; KDE/4.3.1; i386; ; ) References: <4B2AA1F4.5020206@locolomo.org> <200912171246.53037.mel.flynn+fbsd.questions@mailing.thruhere.net> <4B2AA94A.5090800@locolomo.org> In-Reply-To: <4B2AA94A.5090800@locolomo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912190348.34395.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Subject: Re: System crashes under heavy disk i/o 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: Sat, 19 Dec 2009 12:48:38 -0000 On Thursday 17 December 2009 12:57:30 Erik Norgaard wrote: > Mel Flynn wrote: > > Turn down operating mode via atacontrol. If using dump(8) use the cache > > feature and/or do the backup from live disk, so no other services are > > running and disk isn't accessed other then by dump. > > Thanks, is there a way to set UDMA mode at boot? Roll your own rc(8). I know not of a loader tunable or device.hints setting, but I'm happily corrected on that. -- Mel