From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 15:39:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ECD916C6 for ; Mon, 28 Jan 2013 15:39:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8E56A3D8 for ; Mon, 28 Jan 2013 15:39:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0SFdQob017421; Mon, 28 Jan 2013 08:39:26 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0SFdQsf017418; Mon, 28 Jan 2013 08:39:26 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 28 Jan 2013 08:39:26 -0700 (MST) From: Warren Block To: "Steve O'Hara-Smith" Subject: Re: ZFS - whole disk or partition or BSD slice? In-Reply-To: <20130128070324.08bc4d67f570835d75d90497@sohara.org> Message-ID: References: <5105BEE4.4030402@mansionfamily.plus.com> <5105D611.4000506@ShaneWare.Biz> <20130128070324.08bc4d67f570835d75d90497@sohara.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 28 Jan 2013 08:39:26 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 15:39:28 -0000 On Mon, 28 Jan 2013, Steve O'Hara-Smith wrote: > There's one other good reason to use partitions when mirroring. > When the time comes to replace a drive in a mirror it is necessary that the > new drive be the same size (or larger) than the one it replaces. Given that > drives of nominally the same capacity (and even of the same type and brand > bought at different times) tend not to be exactly the same size using a > partition a little smaller than the whole drive makes it certain that a > replacement drive will be big enough to use in the mirror when it arrives. The claim is that newer versions of ZFS leave some unused space at the end of the drive to allow for slightly different nominal sizes. I have not yet found any references to what versions or how much space.