From owner-freebsd-current Sun Jul 21 06:01:59 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00422 for current-outgoing; Sun, 21 Jul 1996 06:01:59 -0700 (PDT) Received: from spooky.eis.net.au (root@spooky.eis.net.au [203.12.171.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA00414 for ; Sun, 21 Jul 1996 06:01:52 -0700 (PDT) Received: (from ernie@localhost) by spooky.eis.net.au (8.7.5/8.6.12) id WAA23057 for freebsd-current@freebsd.org; Sun, 21 Jul 1996 22:59:53 +1000 (EST) From: Ernie Elu Message-Id: <199607211259.WAA23057@spooky.eis.net.au> Subject: Adding drives with sysinstall To: freebsd-current@freebsd.org Date: Sun, 21 Jul 1996 22:59:52 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to use sysinstall to add a second hard disk as per the freebsd-faq, as I find using disklabel manually confusing. I select Expres mode, create the partition with fdisk, write it out then quit. That bit is fine, then sysinstall pops me into disklabel where I create just one new partition the size of the drive (sd1s1) with a mount point of /usr/ports. When I select w to write to disk then hit return to say yes, sysinstall puts up a dialog " Copying initail device files.." Segmentation fault (core dumped) According to the FAQ you are meant to be able to press q to exit after doing the write to disk, this is not the case. The sysinstall is compiled from a fresh sup of -current today. - Ernie.