From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 09:13:35 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 CE9A5106566B for ; Fri, 2 Jan 2009 09:13:35 +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 AE4B78FC16 for ; Fri, 2 Jan 2009 09:13:35 +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 n029DYRM045523; Fri, 2 Jan 2009 01:13:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id n029DY7Y045522; Fri, 2 Jan 2009 01:13:34 -0800 (PST) (envelope-from obrien) Date: Fri, 2 Jan 2009 01:13:34 -0800 From: "David O'Brien" To: Boris Samorodov Message-ID: <20090102091334.GA41230@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Boris Samorodov , Artem Belevich , freebsd-current@freebsd.org References: <80044077@bb.ipt.ru> <69321574@bs1.sp34.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69321574@bs1.sp34.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org, Artem Belevich 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: Fri, 02 Jan 2009 09:13:36 -0000 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. -- David