From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 02:51:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03F9726F for ; Mon, 25 Aug 2014 02:51:26 +0000 (UTC) Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C10A7326C for ; Mon, 25 Aug 2014 02:51:25 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so10347002oag.16 for ; Sun, 24 Aug 2014 19:51:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=l4JjdPrhUTdvuboSLRQ/cD16j6cBXl5gZz4bOyldrUg=; b=NZ+JTZipArEEapFw5kkPqCqcFUUEElEL3+9BbhYHcx59OAnHSox6qeMEjFpXm8fEH7 BzljzL9DQRC70pXGfy3/GnvN6yRKB/egc8tYnzNJupUV9kQJLp8N47odDnSWCxhxnq9g oPgsMybzz007P6Rl1zdAE5O4qNS84JzhArgKh0XPahrq9ncINWeKWT4CrNhpySFmB12U ncheKjEpTM1ZHuY0PaGinvnoIiD0Td46snwoCx78itgwcLjaZ/Ixib3fHQUvUgUIBawE 0rnxf7kQFbPCslvvDJupI+xeS8UkOWAinTVvXrgl3/T3WVVmhCkHkMYKbaRfDyrfWfwR 5pCw== X-Gm-Message-State: ALoCoQm9HPflBG+qADy/7wq4j9zgg01SQ0BNpecu5Vtk3cPjheaV+SYWHEAZ4ROXkVKfuHFMtjwV MIME-Version: 1.0 X-Received: by 10.182.103.165 with SMTP id fx5mr4905694obb.61.1408935083473; Sun, 24 Aug 2014 19:51:23 -0700 (PDT) Received: by 10.60.120.37 with HTTP; Sun, 24 Aug 2014 19:51:23 -0700 (PDT) In-Reply-To: <20140825014249.GA28995@neutralgood.org> References: <201408070816.s778G9ug015988@sdf.org> <40AF5B49-80AF-4FE2-BA14-BFF86164EAA8@kraus-haus.org> <201408211007.s7LA7YGd002430@sdf.org> <201408241015.s7OAFRv7010196@sdf.org> <20140825014249.GA28995@neutralgood.org> Date: Sun, 24 Aug 2014 19:51:23 -0700 Message-ID: Subject: Re: some ZFS questions From: Michael Sierchio To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 02:51:26 -0000 On Sun, Aug 24, 2014 at 6:42 PM, wrote: > If you can use GPT partitioning then you can have GPT labels on partitions > spanning entire disks. Then you can rearrange physical disks to your hearts > content. > > The bonus is that you can put identifying information in the label name > to be even more sure you are replacing the correct disk when the time > comes. You can do this - and it's the approach that FreeNAS takes, but you lose the benefits of presenting a whole disk to ZFS - the ability to fully use the disk cache when presented a raw device rather than a partition. - M