From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 00:58:22 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 F3E414F6 for ; Tue, 4 Mar 2014 00:58:21 +0000 (UTC) Received: from pigeon.clari.net.au (pigeon.clari.net.au [203.29.224.25]) by mx1.freebsd.org (Postfix) with ESMTP id B3A14990 for ; Tue, 4 Mar 2014 00:58:21 +0000 (UTC) Received: from [192.168.100.102] (c114-76-1-137.eburwd4.vic.optusnet.com.au [114.76.1.137]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: danny@clari.net.au) by pigeon.clari.net.au (Postfix) with ESMTPSA id B321214659BB; Tue, 4 Mar 2014 11:52:36 +1100 (EST) Message-ID: <531523D6.5010401@clari.net.au> Date: Tue, 04 Mar 2014 11:52:38 +1100 From: Daniel O'Callaghan User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: ZFS, GPTIDs, and using the whole disk References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Chris Stankevitz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 00:58:22 -0000 On 4/03/2014 10:47 AM, Chris Stankevitz wrote: > Please identify any false statements: > 1. ZFS prefers to use the entire disk. Garrett Wollman(I think...) says this is false. FreeBSD's disk subsystem does not change the way it behaves wrt to disks versus partitions. Solaris and OpenIndiana only guarantee barrier-writes while still using write-cache if using the whole disk. This is also mentioned in https://wiki.freebsd.org/ZFSTuningGuide "The caveat about only giving ZFS full devices is a solarism that doesn't apply to FreeBSD. On Solaris write caches are disabled on drives if partitions are handed to ZFS. On FreeBSD this isn't the case." With this in mind, my personal preference is to use GPT partitions. Cheers, Danny