From owner-freebsd-questions Sat Aug 10 18:23:57 2002 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 9760A37B400 for ; Sat, 10 Aug 2002 18:23:54 -0700 (PDT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E44343E81 for ; Sat, 10 Aug 2002 18:23:54 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id GQF37091; Sat, 10 Aug 2002 18:23:53 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id C08065D04; Sat, 10 Aug 2002 18:23:52 -0700 (PDT) To: "Eric" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: difference between partition and slice? In-reply-to: Your message of "Sat, 10 Aug 2002 11:40:01 -0800." Date: Sat, 10 Aug 2002 18:23:52 -0700 From: "Kevin Oberman" Message-Id: <20020811012352.C08065D04@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Eric" > Date: Sat, 10 Aug 2002 11:40:01 -0800 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Hi, > > What's the difference between partition and slice? > > Is there a technical distinction? > > Or is it just that you use one term in unix world and another term in > windows world? It is both technical and semantic. Unix has always broken up a disk into partitions. Traditionally the 'a' partition was used for root, 'b' for swap, 'c' for the complete disk, and so on. This pre-dates PCs and BIOS. The PC and its tightly bound BIOS was designed without considering the Unix partition and set up a standard for disk organization that allowed no more than 4 partitions and they really look like separate disk drives. This is not suitable for Unix, so the BSD folks porting to i386 systems decided to treat the BIOS partitions as separate disks and re-dub them "slices". They then created Unix partitions within those. So a BIOS partition is call a 'slice' under FreeBSD and BSD 'partitions' are sub-parts of the Unix 'slice'. Hope this is a bit clearer. It's really not too complex, but the terminology can make it very confusing. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message