From owner-freebsd-current@FreeBSD.ORG Mon Jun 2 13:26:10 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D24EBF42; Mon, 2 Jun 2014 13:26:10 +0000 (UTC) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id B019024A0; Mon, 2 Jun 2014 13:26:09 +0000 (UTC) Received: from [192.168.1.70] (d206-75-77-44.abhsia.telus.net [206.75.77.44]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id E414B7CCD1; Mon, 2 Jun 2014 13:26:08 +0000 (UTC) Message-ID: <538C7B71.20109@freebsd.org> Date: Mon, 02 Jun 2014 09:26:09 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: diskid documentation References: <20140601134147.GA99583@bewilderbeast.blackhelicopters.org> In-Reply-To: <20140601134147.GA99583@bewilderbeast.blackhelicopters.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: geom@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 02 Jun 2014 13:26:10 -0000 On 2014-06-01 09:41, Michael W. Lucas wrote: > Hi, > > I'm trying to track down the documentation for the /dev/diskid/blah > device nodes. Is there a man page? > > It appears that this is a current-only thing, so I'm asking here? (At > least, none of my 9.x or 10.x machines have /dev/diskid.) > > Thanks, > ==ml > > > diskid (also called disk_ident in sysctl, which is confusing) It also tends to sometimes hide the gpt label provider on me (not sure in which cases it does this, but it is annoying) I usually disable it, especially to make my 'zpool status' output prettier kern.geom.label.disk_ident.enable=0 kern.geom.label.gptid.enable=0 -- Allan Jude