logoalt Hacker News

irusenseiyesterday at 8:12 PM2 repliesview on HN

BCacheFS is the best Linux filesystem now that storage costs a premium.

You can mix devices of different sizes and types on bcachefs. You can have foreground and background devices to balance performance and also different compression settings for foreground and background transactions.

You can set replicas=N to the individual file or directory on bcachefs. For example files you can just re-download or re-build. Likewise you can set a higher number of copies to important files.


Replies

lukaslalinskytoday at 5:46 AM

I've been using ZFS on my Linux servers for years and have pretty good experience with it. I've not been following Linux development too much. Is bcachefs usable/stable/reliable enough to replace it?

show 1 reply
suncoreyesterday at 8:38 PM

Sure, when it's mature...

show 1 reply