Earlier quoted context omitted.
UFS without soft updates is easily susceptible to corruption. The "soft updates" option must be chosen when the disk is formatted for good reliability. As I have said, 20 years ago "soft updates" in UFS worked better than journaling in the other contemporaneous file systems. Nowadays it is likely that this is no longer true. I am still using FreeBSD in servers, but unlike 20 years ago I can afford UPSes so I no longe…
OpenBSD recently decided to turn OFF soft update, by default. https://undeadly.org/cgi?action=article;sid=20230706044554
Log message: Make softdep mounts a no-op
Softdep is a significant impediment to progressing in the vfs layer so we plan to get it out of the way. It is too clever for us to continue maintaining as it is.