From owner-freebsd-stable@FreeBSD.ORG Tue Jan 6 20:03:59 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 AAF7AF03 for ; Tue, 6 Jan 2015 20:03:59 +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 34479678D5 for ; Tue, 6 Jan 2015 19:51:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t06Jp04s080444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Jan 2015 12:51:00 -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 t06Jp0jS080441; Tue, 6 Jan 2015 12:51:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 6 Jan 2015 12:51:00 -0700 (MST) From: Warren Block To: Chris H Subject: Re: I need some swap partion help on new 10.1 install In-Reply-To: <07c79d24529651e39e824a476e4f8e08@ultimatedns.net> Message-ID: 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> 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]); Tue, 06 Jan 2015 12:51:00 -0700 (MST) 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 20:03:59 -0000 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". > 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.