From owner-freebsd-stable@FreeBSD.ORG Tue Jan 6 21:00:02 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B51AC61 for ; Tue, 6 Jan 2015 21:00:02 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3C52931 for ; Tue, 6 Jan 2015 21:00:01 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t06L0Ngl085154; Tue, 6 Jan 2015 13:00:24 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Warren Block In-Reply-To: References: <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> <20150102163539.1eaadbc7@nunki.holyordnance.org> <20150103172527.GI867@rancor.immure.com> <745af5f28074a940e743f6094be15991@ultimatedns.net> <54A88D7B.8010901@protected-networks.net> , <20150105225028.GC57206@rancor.immure.com> <07c79d24529651e39e824a476e4f8e08@ultimatedns.net>, From: "Chris H" Subject: Re: I need some swap partion help on new 10.1 install Date: Tue, 06 Jan 2015 13:00:24 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <93424da733a44a0c9835bc49255824ec@ultimatedns.net> Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 21:00:02 -0000 On Tue, 6 Jan 2015 12:51:00 -0700 (MST) Warren Block wrote > On Tue, 6 Jan 2015, Chris H wrote: > > > I imagine this has probably been addressed/responded to, but... > > For the sake of confusion; > > MBR - so-called "legacy" is probably the version you are most > > accustomed to seeing: > > /dev/adaNpN > > Actually, /dev/adaNsNX, where "s" is for "slice" and X is for the BSD > partition letter, like /dev/ada0s1a for the first MBR slice and the > first BSD partition on that slice. Only GPT partitioning shows the "p". Right you are (as usual). > > > GPT gpart(8)/glabal(8) is the newer alternative. It creates more > > *human readable* names, eg; > > /gpt/my-bright-shiny-root > > /gpt/my-new-usr > > /gpt/my-yadda-yadda-yadda > > There is a limit on GPT label length. The spec says 72 bytes (!), but > FreeBSD might limit that. Some characters are not allowed. I might also note the omission of /dev prior to /gpt in my example above. This, and the (further) above *should* be an indication to me *not* to reply to (e)mail until *after* my first cup of coffee. Thanks for the QA of my post, Warren. ;) --Chris