From owner-freebsd-questions Sun Aug 4 01:58:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA23395 for questions-outgoing; Sun, 4 Aug 1996 01:58:44 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA23369 for ; Sun, 4 Aug 1996 01:58:37 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ai05466; 4 Aug 96 9:58 +0100 Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa17198; 4 Aug 96 9:56 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.6.12/8.6.12) id KAA04092; Sat, 3 Aug 1996 10:37:59 GMT From: James Raynard Message-Id: <199608031037.KAA04092@jraynard.demon.co.uk> Subject: Re: Creating a fs without swap To: Justin Ashworth Date: Sat, 3 Aug 1996 10:37:59 +0000 () Cc: questions@freebsd.org In-Reply-To: <32012988.41C67EA6@structured.net> from "Justin Ashworth" at Aug 1, 96 10:02:48 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I'm creating a new filesystem per FAQ 3.13, but I'm having problems > writing the disklabel changes to the disk without a swap partition. All It might be worth putting a swap partition on anyway, especially if you use SCSI disks where the controller can cope with interleaved accesses. > I want is one directory (/), not an entire filesystem (I understand a > filesystem to mean / and swap at the minimum and preferably /usr). Am I > going about it the wrong way? If so, what's the right way? No, I think you're going about it the right way. Unfortunately, the necessary work to convert sysinstall into a user-friendly disk-adding device is still going on. I wrote the FAQ entry just before 2.1.5 came out, based on what worked in 2.1.0. Unfortunately, it doesn't seem to work in 2.1.5 :-( If anyone has successfully added a new disk using 2.1.5's sysinstall, I'd be interested in hearing about it.