Hacker News new | ask | show | jobs
by sunshine-o 20 days ago
> OpenBSD's FFS can be told to be fully synchronous, making it about as robust as can be for not being journaled.

I am very interested, is there anything we can read to achieve that?

1 comments

You can look at the mount command and the "sync" option: https://man.openbsd.org/mount

If you're really curious about it, Michael Lucas wrote a full book about the OpenBSD file system.

Man, thanks for this precious tip