From owner-freebsd-current@FreeBSD.ORG Fri May 9 14:13:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E41FE37B401 for ; Fri, 9 May 2003 14:13:22 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EEB543FAF for ; Fri, 9 May 2003 14:13:22 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h49LDKxa014243; Fri, 9 May 2003 23:13:20 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: kalts@estpak.ee From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 09 May 2003 17:10:45 +0300." <20030509141045.GA6835@kevad.internal> Date: Fri, 09 May 2003 23:13:20 +0200 Message-ID: <14242.1052514800@critter.freebsd.dk> cc: freebsd-current@freebsd.org Subject: Re: GEOM loose end? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 21:13:23 -0000 In message <20030509141045.GA6835@kevad.internal>, Vallo Kallaste writes: >On Fri, May 09, 2003 at 10:14:52PM +0200, Poul-Henning Kamp > wrote: > >> >third slice is there. The only thing missing is now /dev entry for >> >this slice, there's no /dev/adXs3. This /dev entry will be created >> >when I reboot the system, but that's not acceptable. Any workaround? >> >> Unfortunately, I don't have time to work much on this issue, just >> getting the kernel side and the basic tools (bsdlabel(8), sunlabel(8) >> etc in shape takes most of the time I have. >> >> Try using "bsdlabel -e" next time, it is not as hard as you might >> fear. > >Ok, I'm actually not that inexperienced wrt to disklabel, as you >might guess :) Anyway, there seems to be some misunderstanding, as I >was talking about disk slices, not disk labels. I can't put label on >the slice when the device node is missing in the first case. >Bsdlabel -e is useless in this case, no? Will bsdlabel "notify" geom >in some way about missing node so it will be created on the fly? >Can't try it myself in the coming two days or so. Sorry, my misunderstanding. Anyway, for slices use "fdisk -u" and you should be good. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.