From owner-freebsd-newbies Fri Aug 20 23:54:46 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from b.mx.crl.com (bmx.crl.com [165.113.1.81]) by hub.freebsd.org (Postfix) with ESMTP id 5F8E01505D for ; Fri, 20 Aug 1999 23:54:45 -0700 (PDT) (envelope-from anarchy@crl.com) Received: from crl.crl.com (crl.com [165.113.1.12]) by b.mx.crl.com (8.8.7/) via SMTP id XAA05135; Fri, 20 Aug 1999 23:52:13 -0700 (PDT) env-from (anarchy@crl.com) Date: Fri, 20 Aug 1999 23:52:13 -0700 (PDT) From: Ben Manes To: dmp@aracnet.com Cc: "Le, Dat" , freebsd-newbies@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <37BE4577.BCFCDDD9@aracnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > For FreeBSD, I believe you just have to get the root partition under > the 1024th cylinder. One trick that works for me is a slight mod on > the solution you gave: make two slices for FreeBSD. The first slice > goes at the front of the disk and holds the root partition. The > second can go whereever, and holds the remaining partitions. The annoying part about that is its not as elegent. Linux seperating the kernel from root seems a little better organized, and less prone to dumb administration. Doing this trick for both Linux and FreeBSD might not be needed in his situation, as neither were needed in my example. Its good to know, and to remember that its easy to implement with disklabel (while the Linux varient is not as friendly depending on install program). Also, by using both, it gets wasteful and complex. Each partition takes space, makes the layout harder to work around, adds extra annoyancies when trying to mount another OS's partition (remembering which are the boot partitins), etc. In any case, the next stage is to write a final layout with sizes, who (if any) has the special boot partitions, and making sure the little problems (ie, cylinders) are resolved. Then comes install, then boot management, then bragging to friends, then fun. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message