Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2009 01:13:34 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        freebsd-current@freebsd.org, Artem Belevich <fbsdlist@src.cx>
Subject:   Re: gjournal is not automounted any more
Message-ID:  <20090102091334.GA41230@dragon.NUXI.org>
In-Reply-To: <69321574@bs1.sp34.ru>
References:  <80044077@bb.ipt.ru> <ed91d4a80812310908ndc0afeeqa277c7a718ab429f@mail.gmail.com> <69321574@bs1.sp34.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 31, 2008 at 10:45:13PM +0300, Boris Samorodov wrote:
> "Artem Belevich" <fbsdlist@src.cx> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090102091334.GA41230>