It’s been 1.5 decade since I actively used NetBSD, but
You can choose the “log” option from install. This is the journaling option for FFS on NetBSD. On OpenBSD, it is called “softdep”.
this is incorrect. log enables metadata journaling [1], whereas softdeps enables soft updates [2]. NetBSD used to support soft updates, but apparently this functionality was removed in NetBSD 6.0.
This reads like both a comparison and usability study. NetBSD developers reading this should be able to fix some of this easily. Others I don’t know. The author at least illustrates an easier way to do it in another BSD. This article set a good example for comparisons.
It’s been 1.5 decade since I actively used NetBSD, but
You can choose the “log” option from install. This is the journaling option for FFS on NetBSD. On OpenBSD, it is called “softdep”.
this is incorrect.
log
enables metadata journaling [1], whereas softdeps enables soft updates [2]. NetBSD used to support soft updates, but apparently this functionality was removed in NetBSD 6.0.[1] https://en.wikipedia.org/wiki/Journaling_file_system [2] https://en.wikipedia.org/wiki/Soft_updates
I did point it out but the author seemed unconvinced that they are not equivalent:
https://www.tumfatig.net/20190301/looking-at-netbsd-from-an-openbsd-user-perspective/#comment-11281
In general, the article barely scratches the service. This is quite surprising as the author had used both OSes in the past:
If you’re an OpenBSD user, surely security is important to you, if nothing else.
does NetBSD offer similar protection/mitigation mechanisms?
what about filesystems?
what about virtualisation options?
how about some/any of these? https://www.openbsd.org/innovations.html
…
C’mon!
This reads like both a comparison and usability study. NetBSD developers reading this should be able to fix some of this easily. Others I don’t know. The author at least illustrates an easier way to do it in another BSD. This article set a good example for comparisons.