From owner-freebsd-questions Sun Aug 3 18:08:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA01729 for questions-outgoing; Sun, 3 Aug 1997 18:08:15 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA01714 for ; Sun, 3 Aug 1997 18:08:10 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id KAA16454; Mon, 4 Aug 1997 10:37:31 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id KAA00626; Mon, 4 Aug 1997 10:37:02 +0930 (CST) Message-Id: <199708040107.KAA00626@freebie.lemis.com> Subject: Re: having problems adding hard drives In-Reply-To: <199708030733.PAA03657@vas.tomsk.su> from Victor Sudakov at "Aug 3, 97 03:33:02 pm" To: vas@vas.tsu.tomsk.su Date: Mon, 4 Aug 1997 10:37:02 +0930 (CST) Cc: questions@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Victor Sudakov writes: > Hello. > > After several unsuccessful attempts to add a new hard drive with > /stand/sysinstall, I gave up the idea and tried to add it in the traditional > unix way. That is, running fdisk, modifying /etc/disktab, then running > disklabel and newfs. It turned out to be a complete success. Many thanks to > Greg Lehey for his nice book. You're welcome :-) > My advice: do not use /stand/sysinstall when you can avoid it. Frankly, I do > not know a maintenance task that could not be accomplished without using > sysinstall. Perhaps you can give me an example? Addind/deleting packages, > setting time zone, adding parts of the source tree - all that is easily done > without sysinstall. Well, I'm sorry to report that I added a new disk the other day, using my own book of course, and I had the devil's own job getting it done. The problem is that the values reported by the various utilities are frequently all different. In an update to my book (posted every Monday on this list), I said 'use the value returned by fdisk'. I'm beginning to think that this isn't always the case. I'm still actively working on this topic. In any case, I have now taken a look at Doug White's tutorial (http://resnet.uoregon.edu/dwhite/makedisk.html), which explains how to use sysinstall to do the job. Have you seen this tutorial? If so, what problems did you have with it? If not, it could be that you would have had more success with this method. Does anybody else have any comments on the relative usability of the two methods? Greg