From owner-freebsd-isp Sun May 5 06:18:02 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA15928 for isp-outgoing; Sun, 5 May 1996 06:18:02 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA15907 Sun, 5 May 1996 06:17:55 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uG3hA-000QYhC; Sun, 5 May 96 15:17 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id OAA13092; Sun, 5 May 1996 14:56:49 +0200 Message-Id: <199605051256.OAA13092@allegro.lemis.de> Subject: Re: disklabel To: rg@gds.de (Richard Gresek) Date: Sun, 5 May 1996 14:56:49 +0200 (MET DST) Cc: freebsd-isp@freebsd.org, questions@freebsd.org (FreeBSD Questions) In-Reply-To: <199605041849.UAA01481@gds.de> from "Richard Gresek" at May 4, 96 04:45:53 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Richard Gresek writes: > > I am trying to add a new disk but I do not succeed an 'disklabel' > since two days. Join the club. It's a real minefield. > I have already searched all docs available there, but I still seem > to miss something: You're definitely missing the docs I'm writing on the subject. If you want, I'll send you a draft copy (in PostScript). > I added the description of my drive (wdc) to /etc/disktab then enter > 'disklabel -w -r /dev/wd2s1 wdc'. The system replies back 'wdc: > unknown disk type'. Could it be that you forgot to terminate the last line of /etc/disktab? That will give you exactly this response. Greg