From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 07:08:42 2003 Return-Path: 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 34DE837B401 for ; Mon, 7 Jul 2003 07:08:42 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAE743F93 for ; Mon, 7 Jul 2003 07:08:41 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h67E0oOg017121; Mon, 7 Jul 2003 10:00:51 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h67E0oXY017120; Mon, 7 Jul 2003 10:00:50 -0400 (EDT) From: Jerry McAllister Message-Id: <200307071400.h67E0oXY017120@clunix.cl.msu.edu> To: bastill@adam.com.au (Brian Astill) Date: Mon, 7 Jul 2003 10:00:50 -0400 (EDT) In-Reply-To: <200307071515.12578.bastill@adam.com.au> from "Brian Astill" at Jul 07, 2003 03:15:12 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Mounting extended dos partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 14:08:42 -0000 > > On Mon, 7 Jul 2003 05:21 am, Kent Stewart wrote: > > > > Any ideas on how I mount this logical drive in this extended > > > partition ? > > > > The extended partitions all start at 5 because you can have 4 primary > > partitions. > > Typo! should read "can't" , or "cannot have more than three primary > partitions" > If by 'primary partition' you mean what MS calls partition, and which FreeBSd calls 'slice' then you can have up to 4 of them, named 1-4. These, then can each be divided in to as many as 8 (but really 5 or 6 in practicallity because c and d are excluded and b usually only use for swap) sub-units, which FreeBSD calls partitions named a-h. ////jerry