From owner-freebsd-hardware Fri Jul 17 19:28:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06215 for freebsd-hardware-outgoing; Fri, 17 Jul 1998 19:28:55 -0700 (PDT) (envelope-from owner-freebsd-hardware@FreeBSD.ORG) Received: from math.berkeley.edu (math.Berkeley.EDU [128.32.183.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06210 for ; Fri, 17 Jul 1998 19:28:54 -0700 (PDT) (envelope-from dan@math.berkeley.edu) Received: (from dan@localhost) by math.berkeley.edu (8.8.7/8.8.7) id TAA13846; Fri, 17 Jul 1998 19:28:40 -0700 (PDT) Date: Fri, 17 Jul 1998 19:28:40 -0700 (PDT) From: dan@math.berkeley.edu (Dan Strick) Message-Id: <199807180228.TAA13846@math.berkeley.edu> To: paulo@nlink.com.br Subject: Re: FBSD & PII Cc: dan@math.berkeley.edu, freebsd-hardware@FreeBSD.ORG Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm thinking to start use FBSD 3.0 with multi-processor but I would like > to have in another partition my good friend FBSD 2.2.6 :-), is this > possible? Did anyone do this? It should be possible in theory, but I anticipate serious problems in practice. You would have to make sure that you always used the slice specific disk device names and never the "compatibility" slice. For example, your fstab would have to specify one of /dev/sd0s{1,2,3,4}f instead of /dev/sd0f. I am not sure how you would manage slice selection during bootstrap, selecting the initial swap partition, and initial mounting of the root file system. I would worry about disk utilities (such as the disklabel program) always doing the right thing. I would worry about the FreeBSD installation process always using the specified slice. I guess I would worry a lot, but it might just work. (good luck!) Dan Strick dan@math.berkeley.edu P.S. It might be a lot easier to buy a second disk. Disks are cheap these days (though not as cheap as my management). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message