From owner-freebsd-questions Thu Jan 9 01:06:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA16953 for questions-outgoing; Thu, 9 Jan 1997 01:06:08 -0800 (PST) Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.1.21]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA16686 for ; Thu, 9 Jan 1997 01:01:28 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by terminator.informatik.ba-stuttgart.de (8.7.6/8.7.3) with ESMTP id JAA05587; Thu, 9 Jan 1997 09:00:02 +0100 Received: (from wh@localhost) by helbig.informatik.ba-stuttgart.de (8.8.4/8.8.4) id KAA28999; Thu, 9 Jan 1997 10:00:49 +0100 (MET) From: Wolfgang Helbig Message-Id: <199701090900.KAA28999@helbig.informatik.ba-stuttgart.de> Subject: Re: Adding Hard Drives - Prepping To: kingram@ipro.com (Ken Ingram) Date: Thu, 9 Jan 1997 10:00:48 +0100 (MET) Cc: questions@freebsd.org In-Reply-To: <199701090349.TAA16665@ipro.com> from Ken Ingram at "Jan 8, 97 07:56:50 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > newfs needs disklabel from what I can gather from the man pages. > Do I need to add any info to Disktab? The drive is the exact same model > as the first one, yet the first drive has no entry in /etc/disktab. Try the -auto flag of disklabel(). If that works you won't need an entry in /etc/disktab. Wolfgang Helbig