From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 07:23:18 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 2E27F37B401 for ; Mon, 7 Jul 2003 07:23:18 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCBE43F85 for ; Mon, 7 Jul 2003 07:23:16 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp422.sa.padsl.internode.on.net [150.101.245.165]) h67ELxUl078352; Mon, 7 Jul 2003 23:51:59 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Brian Astill , Kent Stewart , Wayne Pascoe , freebsd-questions@freebsd.org Date: Mon, 7 Jul 2003 23:51:58 +0930 User-Agent: KMail/1.4.3 References: <20030706183640.GA53902@marvin.penguinpowered.org.uk> <200307062338.33869.kstewart@owt.com> <200307072218.30840.bastill@adam.com.au> In-Reply-To: <200307072218.30840.bastill@adam.com.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200307072351.58818.malcolm.kay@internode.on.net> 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:23:18 -0000 On Mon, 7 Jul 2003 22:18, Brian Astill wrote: > On Mon, 7 Jul 2003 04:08 pm, Kent Stewart wrote: > > On Sunday 06 July 2003 10:45 pm, Brian Astill wrote: > > > 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" > > > > Not true. In the handbook in section 2.5.2 you will find the > > following > > Which refers to FREEBSD, not DOS. > It is a DOS logical partition within a DOS extended partition the > enquirer is trying to mount. > > Your information is irrelevant inaccurate and confusing in this context= =2E The number of primary partitions (slices) was maximum four before I had=20 even heard of FreeBSD. They correspond to the four slots in the partition table in the MBR. A possible point of confusion is that an extended partition is itself a=20 primary partition. It is not the extended partion that appears as slice 5 but a "logical" partition contained within the extended partition. Malcolm