From owner-freebsd-questions Fri Sep 1 04:59:18 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA29375 for questions-outgoing; Fri, 1 Sep 1995 04:59:18 -0700 Received: from everest (dtr.rain.com [204.119.8.19]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id EAA29369 for ; Fri, 1 Sep 1995 04:59:16 -0700 From: bmk@dtr.com Received: from rainier (rainier.dtr.com [204.119.48.36]) by everest (8.6.11/8.6.9) with ESMTP id EAA10839; Fri, 1 Sep 1995 04:53:19 -0700 Received: (from bmk@localhost) by rainier (8.6.11/8.6.9) id EAA00488; Fri, 1 Sep 1995 04:58:22 -0700 Message-Id: <199509011158.EAA00488@rainier> Subject: Re: How to add a 2nd disk To: kallio@jyu.fi (Seppo Kallio) Date: Fri, 1 Sep 1995 04:58:22 -0700 (PDT) Cc: awebster@dataradio.com, freebsd-questions@freebsd.org In-Reply-To: from "Seppo Kallio" at Sep 1, 95 08:45:38 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 693 Sender: questions-owner@freebsd.org Precedence: bulk > 1. boot from install floppy. > 2. fdisk, disklabel the new disk and define one partition as root (/) disk > (and one for /usr if you have 2 partitions > 3. commit and define custom install and install for example only the > /usr/games to the new disk > 4. boot > 5. edit fstab > 6. mount -a > 7. delete everything from the new disk > And you will have a new empty installed disk. Sure, this works. However, what if the new disk happens to be the 5th disk (the floppy kernel only supports sd1-sd4) and the installer doesn't want to temporarily remove one of the disks? This could be done in 2.0 - and it's gotta be possible in 2.0.5, it just does not appear to be documented very well.