From owner-freebsd-current@FreeBSD.ORG Tue Apr 27 14:00:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 082AC16A4CE for ; Tue, 27 Apr 2004 14:00:50 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27E143D45 for ; Tue, 27 Apr 2004 14:00:49 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) i3RL0m7Z033710; Tue, 27 Apr 2004 14:00:48 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9p2/8.12.9/Submit) id i3RL0mlN033709; Tue, 27 Apr 2004 14:00:48 -0700 (PDT) (envelope-from dillon) Date: Tue, 27 Apr 2004 14:00:48 -0700 (PDT) From: Matthew Dillon Message-Id: <200404272100.i3RL0mlN033709@apollo.backplane.com> To: Allan Fields References: <200404270855.09646.h@schmalzbauer.de> <200404271631.i3RGVFYF032496@apollo.backplane.com> <20040427202132.GB6692@afields.ca> cc: freebsd-current@freebsd.org cc: antwort@schmalzbauer.de Subject: Re: More than 8 labels per slice X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:00:50 -0000 :While cramming so many OSes on the same drive was the least expensive :route, it does present some issues with regards to differing label :formats. I didn't fully expect it to be problem-free setting up a Heh. Very cool setup. Remember, however, that your different OS's are going to have different disk performance numbers simply due to where they are laid out on the disk. Outer tracks on the disk have a much higher transfer rate then inner tracks. :The other growing pain is that sysinstall doesn't yet support using :logical partitions during setup though you can mount them manually :in the fixit shell. : :Additionally, to the best of my knowledge it's not support/advisable :to have any BSD disklabels in extended logical partitions. Should :this be supported in the future? (Perhaps w/ GEOM) I'm guessing that it would be overkill to support a label inside an extended partition. Convenient for a few configurations, but ignored by nearly all the rest of the userbase. That said, extended partitions are not all that difficult to support. :Am I going to be able to share a disklabel between DFBSD and FBSD? :Since, basically you can setup DFBSD by copying from the CD, I was :thinking of specifying /usr, /home as residing on logical partitions :like Linux does, while keeping the root,tmp,var fs in the primary :partition's disklabel. /tmp can share w/ FBSD. No. Well, it isn't advisable anyway. They haven't diverged much yet but you can't count on the compatibility to remain forever. I guess that really does mean you would want to put each OS in its own slice. -Matt Matthew Dillon :On this machine, I've already used all the primary partitions just :supporting the three different disklabel formats of O/N/FBSD. :-- : Allan Fields