https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308
--- Comment #2 from Michael Proto <m...@jellydonut.org> --- I'm guessing bug has been in place since the defaults for newfs were changed to enable soft-updates by default, based on what I see in mdmfs.c: if (softdep) argappend(&newfs_arg, "-U"); Not quite sure what the specific fix would be here as newfs doesn't have a flag to disable soft-updates when formatting a filesystem, outside of "tunefs -n disable" being run. -- You are receiving this mail because: You are the assignee for the bug.