From owner-freebsd-questions Mon Jul 8 16:37:45 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19791 for questions-outgoing; Mon, 8 Jul 1996 16:37:45 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA19778 for ; Mon, 8 Jul 1996 16:37:41 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA22977; Mon, 8 Jul 1996 16:32:40 -0700 From: Terry Lambert Message-Id: <199607082332.QAA22977@phaeton.artisoft.com> Subject: Re: Installing FreeBSD into a logical partition To: fqueries@jraynard.demon.co.uk (James Raynard) Date: Mon, 8 Jul 1996 16:32:40 -0700 (MST) Cc: k4ef0098@kiss.uni-lj.si, dwhite@resnet.uoregon.edu, questions@freebsd.org In-Reply-To: <199607081232.MAA01150@jraynard.demon.co.uk> from "James Raynard" at Jul 8, 96 12:32:58 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Is it possible to install FreeBSD (if not, when will it be) into a > > logical extended partition. Like in Linux you can install for example into > > /dev/hdc8 (6. logical partition on the 3rd drive)? > > No, FreeBSD requires its own ``primary partition'' (to use the DOS > terminology). I don't know of any work being done that would allow > what you want, but you have the source... :-) I think erich's "multiboot" proposal and sample code will allow this. Logical-to-physical device translation in devfs would make the root on the extended partition mountable. After all, once a cohesive standard is developed for handling all types of partitioning, it becomes irrelevant what partitioning is between your physical device and the deventual logical device containing your root. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.