From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 04:59:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F6111065673 for ; Tue, 13 Sep 2011 04:59:48 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A8C828FC16 for ; Tue, 13 Sep 2011 04:59:47 +0000 (UTC) Received: by fxg9 with SMTP id 9so238157fxg.13 for ; Mon, 12 Sep 2011 21:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xl5FDnl/JVnQvOKrf+Et7++GP+RKkQ1+NAXz5NBENzQ=; b=hsqNHOVeahIV8OtprtW+NAfaA0+elGDkxig0H+APPTAp4FhOtG78OIT8iTuf8g2uI0 E8QqKi6oDuJW8vPRtC4qIdgvXT916sN4IlVokgxYe3lCjhjz5HJ9uKMgJiXhOeVj9sF7 JbqawEUE6DFcLcayhtIceILBzL1hpT4n89Xts= MIME-Version: 1.0 Received: by 10.223.14.2 with SMTP id e2mr2287361faa.107.1315889986336; Mon, 12 Sep 2011 21:59:46 -0700 (PDT) Received: by 10.223.119.196 with HTTP; Mon, 12 Sep 2011 21:59:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Sep 2011 23:59:46 -0500 Message-ID: From: Adam Vande More To: Benjamin Kaduk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: how to make devfs show fdisk updates? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2011 04:59:48 -0000 On Mon, Sep 12, 2011 at 11:32 PM, Benjamin Kaduk wrote: > Dear all, > > I have recently been using fdisk(8) to activate additional partitions, but > have been unable to cause the device nodes corresponding to the new > partition to appear in /dev other than by rebooting. (This is on the device > which contains the root filesystem, so kern.geom.debugflags=16 is necessary > to perform the fdisk.) > Please advise on how to effect the creation of the device node(s) in a > non-disruptive fashion. > You can force a GEOM retaste by issuing a "true > /dev/devname". -- Adam Vande More