Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmm
2547 days ago
Were you using a traditional spinning rust hard drive? OpenBSD is basically unusable without an SSD because of the filesystem they use.
4 comments
edwintorok
2547 days ago
I think you need to enable Soft Updates:
https://www.openbsd.org/faq/faq14.html#SoftUpdates
I don't know why it is not done by default, running without soft updates feels like using a filesystem without a journal.
link
sogubsys
2547 days ago
Indeed, it was recommended by several people that I add that and noatime. That's active on my mount points.
link
jamesmp98
2547 days ago
I'm not overly familiar with OpenBSD (although I do want to try and play with it sometime soon) What filesystem does it use?
link
mikehotel
2547 days ago
FFS (Fast File System) or FFS2 (Enhanced Fast File System)
https://man.openbsd.org/newfs.8#O
https://en.wikipedia.org/wiki/Unix_File_System
link
unop
2547 days ago
The irony!
link
meruru
2547 days ago
There's nothing I want more out of my computing environment than being able to run OpenBSD with ZFS.
link
_x5tx
2547 days ago
I was using an Intel 80gb ssd msata
link