gjournal is not automounted any more

Artem Belevich fbsdlist at src.cx
Wed Dec 31 17:08:36 UTC 2008


> /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


More information about the freebsd-current mailing list