From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 07:37:17 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 B6BB8106566B for ; Sat, 3 Jan 2009 07:37:17 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 976A08FC17 for ; Sat, 3 Jan 2009 07:37:17 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id n037bA8f080910; Fri, 2 Jan 2009 23:37:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id n037bAlN080909; Fri, 2 Jan 2009 23:37:10 -0800 (PST) (envelope-from obrien) Date: Fri, 2 Jan 2009 23:37:09 -0800 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20090103073709.GA80876@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, "M. Warner Losh" , bsam@ipt.ru, freebsd-current@freebsd.org, fbsdlist@src.cx References: <20090102091334.GA41230@dragon.NUXI.org> <20090102.114757.-924277930.imp@bsdimp.com> <20090103033543.GB77475@dragon.NUXI.org> <20090102.231410.-2001109684.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090102.231410.-2001109684.imp@bsdimp.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: bsam@ipt.ru, freebsd-current@freebsd.org, fbsdlist@src.cx Subject: Re: gjournal is not automounted any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 07:37:18 -0000 On Fri, Jan 02, 2009 at 11:14:10PM -0700, M. Warner Losh wrote: > In message: <20090103033543.GB77475@dragon.NUXI.org> > "David O'Brien" writes: > : On Fri, Jan 02, 2009 at 11:47:57AM -0700, M. Warner Losh wrote: > : > In message: <20090102091334.GA41230@dragon.NUXI.org> > : > "David O'Brien" writes: > : > : Before 'fsck' would read the lable for the FS type. That has changed and > : > : thus you cannot just 'fsck /dev/ad1s1d' anymore. So the FS type in fstab > : > : must be accurate. > : > > : > Why did that change? I routinely have disks that aren't in my > : > /etc/fstab that I mount and this is a pain in the backside. > : > : Due to r186240 which: > : Make gpart the default partitioning class on all platforms. > : > : Seems GEOM_PART_BSD does not like labels that GEOM_BSD did. > > Then why the change? Shouldn't we make it like them for compatibility? Looks like Marcel is working on fixing these nits. -- -- David (obrien@FreeBSD.org)