From owner-freebsd-stable@FreeBSD.ORG Sun Jan 29 19:15:03 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D78D16A420 for ; Sun, 29 Jan 2006 19:15:03 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916F043D49 for ; Sun, 29 Jan 2006 19:15:01 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id k0TJF1cV038781 for ; Sun, 29 Jan 2006 11:15:01 -0800 (PST) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id k0TJF0lp038777 for freebsd-stable@freebsd.org; Sun, 29 Jan 2006 11:15:01 -0800 (PST) (envelope-from david) Date: Sun, 29 Jan 2006 11:15:00 -0800 From: David Wolfskill To: freebsd-stable@freebsd.org Message-ID: <20060129191500.GF94023@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , freebsd-stable@freebsd.org References: <43DD1272.2010901@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43DD1272.2010901@fastmail.fm> User-Agent: Mutt/1.4.2.1i Subject: Re: Have the device names for hard discs been changed? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 19:15:03 -0000 On Sun, Jan 29, 2006 at 01:07:30PM -0600, Patrick Bowen wrote: > Christian Baer wrote: > > >[...] > >[2] Is there some text out there explaining these last letters? What are > > the first three letters (a-c) reserved for? The handbook seems to be > > a little out of date. > >[...] > > > The handbook says that partition "a" is the root partition and "b" is > the swap, by convention. As for "c", I don't know. Maybe it was left out > on purpose so it wouldn't be confused for a "c" drive, as in "c:\" from > DOS. Someboy will know... >From the man page for disklabel(8) (on my 4.11-STBALE laptop, or either "disklabel" or "bsdlabel" on my 6.0-STABLE desktop at work): # The partition identifier is a single letter in the range `a' to `h'. By convention, partition `c' is reserved to describe the entire disk. Peace, david -- David H. Wolfskill david@catwhisker.org Mail filters, like sewers, need to be most restrictive at the point of entry. See http://www.catwhisker.org/~david/publickey.gpg for my public key.