From owner-freebsd-current Sun Jul 21 10:50:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA18068 for current-outgoing; Sun, 21 Jul 1996 10:50:29 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA18063 for ; Sun, 21 Jul 1996 10:50:27 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id KAA15780; Sun, 21 Jul 1996 10:49:50 -0700 (PDT) To: Ernie Elu cc: freebsd-current@FreeBSD.org Subject: Re: Adding drives with sysinstall In-reply-to: Your message of "Sun, 21 Jul 1996 22:59:52 +1000." <199607211259.WAA23057@spooky.eis.net.au> Date: Sun, 21 Jul 1996 10:49:50 -0700 Message-ID: <15778.837971390@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hmmmm. I'll put together a test box and try this out. Jordan > 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.