From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 15:40:04 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D69106566C for ; Fri, 13 Feb 2009 15:40:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 51C748FC17 for ; Fri, 13 Feb 2009 15:40:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id EEC3C46B38; Fri, 13 Feb 2009 10:40:03 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1DFd49O044500; Fri, 13 Feb 2009 10:39:58 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 13 Feb 2009 10:01:29 -0500 User-Agent: KMail/1.9.7 References: <20090212123753.1602cb81@gluon> <4994CBE5.5090805@andric.com> <20090213043154.6ae1be31@tau.draftnet> In-Reply-To: <20090213043154.6ae1be31@tau.draftnet> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902131001.29502.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 13 Feb 2009 10:39:58 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8987/Fri Feb 13 05:32:33 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Bruce Cran , Dimitry Andric Subject: Re: Duplicate slice entries in /dev X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Feb 2009 15:40:04 -0000 On Thursday 12 February 2009 11:31:54 pm Bruce Cran wrote: > On Fri, 13 Feb 2009 02:24:53 +0100 > Dimitry Andric wrote: > > > On 2009-02-12 13:37, Bruce Cran wrote: > > > I'm running -CURRENT from about a week ago, and have noticed that > > > duplicate entries are showing up in /dev before a slice is mounted. > > > > Any chance you might have both GEOM_MBR and GEOM_PART_MBR in your > > kernel configuration? > > > > > I have both GEOM_PART_GPT and GEOM_MBR, but not GEOM_PART_MBR. Since GEOM_PART_MBR is in DEFAULTS you effectively do have both of them in there, however. -- John Baldwin