From owner-freebsd-current Mon Oct 16 18:28:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from smtp05.primenet.com (smtp05.primenet.com [206.165.6.135]) by hub.freebsd.org (Postfix) with ESMTP id 9FEAE37B479; Mon, 16 Oct 2000 18:28:23 -0700 (PDT) Received: (from daemon@localhost) by smtp05.primenet.com (8.9.3/8.9.3) id SAA23279; Mon, 16 Oct 2000 18:28:43 -0700 (MST) Received: from usr05.primenet.com(206.165.6.205) via SMTP by smtp05.primenet.com, id smtpdAAAmTayzT; Mon Oct 16 18:28:38 2000 Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id SAA05793; Mon, 16 Oct 2000 18:28:11 -0700 (MST) From: Terry Lambert Message-Id: <200010170128.SAA05793@usr05.primenet.com> Subject: Re: /boot partition? To: sobomax@FreeBSD.ORG (Maxim Sobolev) Date: Tue, 17 Oct 2000 01:28:10 +0000 (GMT) Cc: keichii@peorth.iteration.net (Michael C . Wu), mwm@mired.org (Mike Meyer), current@FreeBSD.ORG In-Reply-To: <39E735BD.8BDA697C@FreeBSD.org> from "Maxim Sobolev" at Oct 13, 2000 07:18:05 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Fri, Oct 13, 2000 at 07:22:20AM -0500, Mike Meyer scribbled: > > | Just curious - now that the kernel has moved into /boot/kernel/kernel, > > | does anyone know how well would it work to put /boot in it's own > > | partition (possibly in it's own slice)? > > > > I do not think loader can see stuff in other partitions. > > Nope, the loader can load stuff from other partitions, even from some strange > ones like msdos ;), so theoretically it should be possible to have /boot, or > even /boot/kernel, on another partition (it may require to tweak loader config > files, though), but I really do not see any reasons behind such weird setup. I could have a 40G /, and not worry about the cylinder spanning problem, if my /boot were in a seperate (low) partition. I could have a / that was of an FS type not understood by the kernel, until after a module defining the FS type had been loaded. I could have a / that was on a controller for which I did not have a device comiled into my kernel, and only loaded it as a module from an FS type that it _did_ understand. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message