From owner-freebsd-fs@FreeBSD.ORG Mon Sep 3 06:40:44 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A77316A417 for ; Mon, 3 Sep 2007 06:40:44 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 6C23813C465 for ; Mon, 3 Sep 2007 06:40:44 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so816615rvb for ; Sun, 02 Sep 2007 23:40:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=i368u1uZ/d4zugrC0UMqa1FPHJLXbdGHZJyDMpPcLnxgFxexl0GfWiKzHPr5nys9RhA5HS+8NegOo7Y+b6losYFzY+RDOUZLMqIioqHYq0LZD3G0cVxJXiZLc0cqIigGIhcB9EN+EaDbjFI/DFoHBPKHQeY2V/o/Ac4UiSDA1nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ojEIN/hVc9G17HTuyYRbkI3GxlA2Uk1J0ER7CmY4WVycrLnkH311GjuXKpUSuAp2VzkzJDdtLVIkEi8myhYzvZmXL1jfKPiPEuO036UKf7aODPmqPDGUd6lShcTo0HZo2yHnHRrYxflxz7v3nUxrLkrQz39pPYBMunHr+XlqTls= Received: by 10.141.122.20 with SMTP id z20mr70571rvm.1188800034726; Sun, 02 Sep 2007 23:13:54 -0700 (PDT) Received: by 10.141.159.3 with HTTP; Sun, 2 Sep 2007 23:13:54 -0700 (PDT) Message-ID: <9bbcef730709022313i72f93e34ye5fd9f69642b3286@mail.gmail.com> Date: Mon, 3 Sep 2007 08:13:54 +0200 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Dmitry Morozovsky" In-Reply-To: <20070903095344.P17354@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070901074803.GM85633@comp.chem.msu.su> <20070902233930.O1113@woozle.rinet.ru> <20070903095344.P17354@woozle.rinet.ru> X-Google-Sender-Auth: 4d58b130a3b8e9f5 Cc: freebsd-fs@freebsd.org Subject: Re: New option for newfs(3) to make life with GEOM easier 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, 03 Sep 2007 06:40:44 -0000 On 03/09/07, Dmitry Morozovsky wrote: > My example which leads me to write the patch: gcache under graid3. > > Since then, I usually reserve 8 sectors at the end of each file system - just > in case. Ok. It looks sensible then to reserve > 1 sector. I think nobody will miss 4 KB of drive space today :)