From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 18:46:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECF925E1 for ; Sat, 8 Nov 2014 18:46:28 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EF3DE3C for ; Sat, 8 Nov 2014 18:46:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sA8IkQXu006250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 8 Nov 2014 11:46:26 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sA8IkNv3006196; Sat, 8 Nov 2014 11:46:25 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 8 Nov 2014 11:46:23 -0700 (MST) From: Warren Block To: Arthur Chance Subject: Re: shrinking of FreeBSD root partition on GPT In-Reply-To: <545E48E4.8020704@qeng-ho.org> Message-ID: References: <1478337.iqUxg28tON@penguin> <545E2373.8060807@qeng-ho.org> <3334002.kS950WBlpO@penguin> <545E48E4.8020704@qeng-ho.org> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 08 Nov 2014 11:46:26 -0700 (MST) Cc: Coert , freebsd-questions@freebsd.org 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: Sat, 08 Nov 2014 18:46:29 -0000 On Sat, 8 Nov 2014, Arthur Chance wrote: > On 08/11/2014 16:16, Warren Block wrote: >> On Sat, 8 Nov 2014, Coert wrote: >> >>>> On a slightly different subject, are you using GPT partition labels? If >>>> not, it might be worth reading Warren Block's excellent article about >>>> them here >>>> >>>> http://www.wonkity.com/~wblock/docs/html/labels.html >>> >>> Thank you! I am implementing the labeling now. >> >> That article talks about filesystem labels. GPT labels are created with >> gpart(8). GPT labels do not take any extra space for metadata and do >> not require a filesystem, so they are more versatile. I don't have an >> article on them specifically, but the usage is shown here: >> http://www.wonkity.com/~wblock/docs/html/disksetup.html > > Slaps forehead. I answered the OP quickly and didn't check. Thanks for > catching that Warren. There's nothing wrong with filesystem labels, just wanted to clarify the difference.