From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 18:50:27 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 5A43E106566C; Fri, 2 Jan 2009 18:50:27 +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 19B748FC1C; Fri, 2 Jan 2009 18:50:27 +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 n02Ill4P059144; Fri, 2 Jan 2009 11:47:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jan 2009 11:47:57 -0700 (MST) Message-Id: <20090102.114757.-924277930.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090102091334.GA41230@dragon.NUXI.org> References: <69321574@bs1.sp34.ru> <20090102091334.GA41230@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: Fri, 02 Jan 2009 18:50:27 -0000 In message: <20090102091334.GA41230@dragon.NUXI.org> "David O'Brien" writes: : On Wed, Dec 31, 2008 at 10:45:13PM +0300, Boris Samorodov wrote: : > "Artem Belevich" writes: : > : > >> /dev/mirror/gm0.journal /m ufs,async rw 2 2 : > > : > > Looks like there's an error in your fstab. You've added "async" to the : > > filesystem type instead of mount options. It should probably look like : > > this: : > > : > > /dev/mirror/gm0.journal /m ufs async,rw 2 2 : > > : > > Might explain why mount does not like it. : > : > Hm, well... You are right. But it used to work so far though... : : 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. Warner