Andrew Doran wrote:
> # mount | grep "\/dev " > tmpfs on /dev type tmpfs (union, local)Ok, this is the problem. ffs' VFS_FSYNC() is not working correctly forWAPBL when ufsmount::um_devvp is not on an ffs file system.
Ok, is it planned to be fixed some day, or should I use workaround (not using log mount option)?
> I'm just not sure why there's an union flag. Isn't union considered > experimental? union mounts and unionfs are two different things. union mounts work well.The union file system is a bag of spanners.
I see, thanks for explanation. -- Juraj