From owner-freebsd-stable@FreeBSD.ORG Fri Feb 13 00:17:07 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A21065670 for ; Fri, 13 Feb 2009 00:17:07 +0000 (UTC) (envelope-from richardtector@thekeelecentre.com) Received: from mx0.thekeelecentre.com (mx0.thekeelecentre.com [IPv6:2001:470:1f09:16f:2::3]) by mx1.freebsd.org (Postfix) with ESMTP id B9B828FC18 for ; Fri, 13 Feb 2009 00:17:06 +0000 (UTC) (envelope-from richardtector@thekeelecentre.com) Received: from localhost (filter.mx0.thekeelecentre.com [217.206.238.165]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 8A89445151; Fri, 13 Feb 2009 00:17:04 +0000 (GMT) X-Virus-Scanned: amavisd-new at thekeelecentre.com Received: from mx0.thekeelecentre.com ([217.206.238.167]) by localhost (filter.mx0.thekeelecentre.com [217.206.238.165]) (amavisd-new, port 10024) with ESMTP id 2EJ+shSjof8C; Fri, 13 Feb 2009 00:17:02 +0000 (UTC) Received: from [10.0.2.50] (daffy.tector.org.uk [82.71.32.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx0.thekeelecentre.com (Postfix) with ESMTPSA id 2DB3145020; Fri, 13 Feb 2009 00:17:01 +0000 (GMT) Message-ID: <4994BBF4.30603@thekeelecentre.com> Date: Fri, 13 Feb 2009 00:16:52 +0000 From: Richard Tector User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Kevin Smith References: <4994644D.8070102@thekeelecentre.com> <49946BF0.5010300@thekeelecentre.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Problem with SATA/SAS 5iR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 00:17:07 -0000 Kevin Smith wrote: > Just another thing, can you change or monitor the behaviour of this spare > space reservation? Looking into man mpt gave nothing useful regarding this > issue. The tunefs manpage has a little about the space reservation. You can set it with -m IIRC when doing the newfs, but I believe it's generally best to leave it at the default. Note that root can still use the space, just not ordinary users (this leads to negative available space reported by df). Regards, Richard