From owner-freebsd-questions Fri Feb 28 15:36:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA25995 for questions-outgoing; Fri, 28 Feb 1997 15:36:58 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA25988 for ; Fri, 28 Feb 1997 15:36:56 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id PAA00421; Fri, 28 Feb 1997 15:36:50 -0800 (PST) To: eck@sc10.dseg.ti.com (Terry Eck) cc: questions@freebsd.com Subject: Re: Installing FreeBSD In-reply-to: Your message of "Fri, 28 Feb 1997 12:39:58 CST." <9702281839.AA15607@sc10.dseg.ti.com> Date: Fri, 28 Feb 1997 15:36:50 -0800 Message-ID: <417.857173010@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > provided for Release 2.1.7 and I a little confused about the notation > used for "slicing" a hard disk. Basically I have 2 IDE drives and one > SCSI. I've got 500meg free on the SCSI. I could find about 50meg free > on the first IDE. If I were installing Linux I'd put / on the 50meg > of the first IDE and the rest of the system on the 500meg of the SCSI. > Is is possible to split FreeBSD like this? As I said, the notation used Yes, absolutely. Just create a partition on that IDE drive and on the SCSI drive, then go to the label editor (or simply procede if you're running the Novice install) and assign filesystems to them. Unlike Linux, you can have multiple filesystems inside of a single partition if you like - you don't have to assign a physical partition to swap, another to root, another to /usr and so on. > thing up. Can anyone point me to some documentation which explains > FreeBSD partitioning, where the kernel is located, schemes for laying > out the filesystem, etc. It should be fairly basic information. Actually, if you just hit F1 in the Partition and Label editors, it will explain all this at that point. :) Jordan