this post was submitted on 10 May 2025
53 points (98.2% liked)

Linux

7296 readers
730 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[–] kadup@lemmy.world 17 points 3 days ago (5 children)

Btrfs evangelists under psychiatric observation for the next 72 hours

[–] swab148@lemm.ee 10 points 3 days ago

Bcachefs just glad to be mentioned

[–] DarkMetatron@feddit.org 8 points 2 days ago

It was never a secret that speed is not Btrfs strongest feature. That was known for years.

[–] GenderNeutralBro@lemmy.sdf.org 4 points 2 days ago* (last edited 2 days ago) (1 children)

I guess I'll look into XFS and see if it's suitable for my use cases (I know almost nothing about it), but this supports my opinion that BTRFS is an easy choice over EXT4 at least.

Edit: No snapshot support in XFS, so I'll stick with BTRFS. My performance requirements are not that high on desktop. If I set up a high-performance server that would be another matter.

I was surprised to learn that F2FS has rather small maximum volume sizes. 16TB with 4K block sizes, 64TB with 16K block sizes. But your whole kernel needs to use 16K pages to use 16K F2FS blocks, which seems like more trouble than it's worth. Either way, it's so non-future-proof I'm not even going to think about it.

[–] DarkMetatron@feddit.org 3 points 1 day ago

F2FS was made primary with removable storage like SD cards and USB thumb drives in mind.

16TB is still a few years away for those, but yes a update to add larger sizes would not be that bad.

[–] henfredemars@infosec.pub 3 points 1 day ago

Honestly not nearly as painful reading those results as I expected it to be!

[–] Kusimulkku@lemm.ee 2 points 2 days ago

Bootable snapshots though that you can use to rollback your system. More than worth the slower speed

[–] dataprolet@lemmy.dbzer0.com 9 points 3 days ago* (last edited 3 days ago) (1 children)

Why didn't they benchmark ZFS?

[–] DarkMetatron@feddit.org 13 points 2 days ago* (last edited 2 days ago)

Most likely because it is not a Filesystem that is available as a native, in-tree, Kernel module.

Edit: Yes, there just is no 6.15 Version of the out of tree module for OpenZFS yet

Supported Platforms

  • Linux: compatible with 4.18 - 6.14 kernels

https://github.com/openzfs/zfs/releases/tag/zfs-2.3.2

[–] megabat@lemm.ee 3 points 2 days ago

XFS is a great filesystem, I run it on all my servers and desktop. SGI created it the mid 90s and ported it to Linux in 2001 so it's quite mature and still actively developed. It's just a filesystem though, so if you want parity use md raid, if you want snapshots use lvm, encryption use luks and such.

[–] tatterdemalion@programming.dev 2 points 3 days ago (1 children)

Seriously, they're just gonna put the geometric mean of all benchmarks and claim that means anything? Maybe it means something for people who don't care at all about what their most performance-sensitive workloads are.

[–] nous@programming.dev 12 points 3 days ago

Just? This is a link to the last page of the benchmarks. The other pages have other workloads on them - quite a lot of DB benchmarks though.