From owner-freebsd-fs@FreeBSD.ORG Mon Oct 9 21:54:13 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622D916A416 for ; Mon, 9 Oct 2006 21:54:13 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C33E43D46 for ; Mon, 9 Oct 2006 21:54:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k99LrvaD040223; Mon, 9 Oct 2006 15:54:04 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <452AC4EB.8000006@samsco.org> Date: Mon, 09 Oct 2006 15:53:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tancsa References: <45297DA2.4000509@fluffles.net> <20061010051216.G814@epsplex.bde.org> <452AB55D.9090607@samsco.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-fs@freebsd.org Subject: Re: 2 bonnies can stop disk activity permanently X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 21:54:13 -0000 Mike Tancsa wrote: > On Mon, 09 Oct 2006 14:47:25 -0600, in sentex.lists.freebsd.fs you > wrote: > > >>this is only a crude hack. I get around this right now by not using a >>disklabel or fdisk table on arrays where I value speed. For those, I >>just put a filesystem directly on the array, and boot off of a small >>system disk. > > > > Hi Scott, > How is that done ? just newfs -O2 -U /dev/da0 ? > > ---Mike Yup. Scott