From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 07:47:28 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 A6984106566C; Sat, 3 Jan 2009 07:47:28 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 66C318FC08; Sat, 3 Jan 2009 07:47:28 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n037kVMx065581; Sat, 3 Jan 2009 00:46:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 03 Jan 2009 00:46:42 -0700 (MST) Message-Id: <20090103.004642.1683993840.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090103073709.GA80876@dragon.NUXI.org> References: <20090103033543.GB77475@dragon.NUXI.org> <20090102.231410.-2001109684.imp@bsdimp.com> <20090103073709.GA80876@dragon.NUXI.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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:47:28 -0000 In message: <20090103073709.GA80876@dragon.NUXI.org> "David O'Brien" writes: : 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. Excellent. I'd be happy to send him my disk label blocks if that would help :-). Warner