From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 14:54:33 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A2EC16A420 for ; Mon, 31 Oct 2005 14:54:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E1943D45 for ; Mon, 31 Oct 2005 14:54:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9481 invoked from network); 31 Oct 2005 14:54:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Oct 2005 14:54:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6ED392841D; Mon, 31 Oct 2005 09:54:31 -0500 (EST) Sender: lowell@be-well.ilk.org To: Toomas Aas To: questions@freebsd.org References: <1130721827.00396943.1130709002@10.7.7.3> <1130768603.00397187.1130755201@10.7.7.3> From: Lowell Gilbert Date: 31 Oct 2005 09:54:31 -0500 In-Reply-To: <1130768603.00397187.1130755201@10.7.7.3> Message-ID: <44fyqhka8o.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ronald Maggio Subject: Re: An installation on SCSI Drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 14:54:33 -0000 Toomas Aas writes: > First, let's get our terms correct. > > A typical FreeBSD installation on one HDD uses two partitions: a > FreeBSD partition and a swap partition. Inside the FreeBSD partition > are slices, which are mounted under directories (mountpoints) such as > /var. > So, your question seems to be about slices, not partitions. Nope, the original poster had the terms correct. Quoting the Handbook: Each partition-that-contains-a-file-system is stored in what FreeBSD calls a slice. Slice is FreeBSD's term for what the common call partitions, and again, this is because of FreeBSD's UNIX background. Slices are numbered, starting at 1, through to 4.