Re: gjournal is not automounted any more

From: Artem Belevich <fbsdlist_at_src.cx>
Date: Wed, 31 Dec 2008 09:08:33 -0800
> /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
Received on Wed Dec 31 2008 - 16:08:36 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:39 UTC