Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2008 09:08:33 -0800
From:      "Artem Belevich" <fbsdlist@src.cx>
To:        "Boris Samorodov" <bsam@ipt.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: gjournal is not automounted any more
Message-ID:  <ed91d4a80812310908ndc0afeeqa277c7a718ab429f@mail.gmail.com>
In-Reply-To: <80044077@bb.ipt.ru>
References:  <80044077@bb.ipt.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> /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.

--Artem



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