this post was submitted on 11 Dec 2023
279 points (95.1% liked)

Linux

47950 readers
2382 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

For me it must be kde plasma 6 and the wayland driver for wine.

Edit: I made the question gendered by using the word guys. I've fixed my mistake.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (3 children)

What about bcachefs excites you? Like, what does it offer that ext4, Btrfs and zfs don't?

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago)

Initial benchmarks show better performance than btrfs (at least for some workloads), but more importanty, I like that it offers tiered/cache storage - so you can use a fast and small drive (NVMe) to speed up a slow and bigger drive (HDD). You can do that with ZFS as well of course, but it doesn't have the massive RAM requirements. Also it's much more easier to set up and configure in comparison.

[–] [email protected] 4 points 10 months ago (1 children)

It's like btrfs, but faster, and less prone to data loss.

[–] [email protected] 1 points 10 months ago (2 children)

Btrfs is data loss prone? OpenSUSE Tumbleweed uses it as default, I assumed it was good enough.

[–] [email protected] 3 points 10 months ago (1 children)

BTRFS is honestly really great and has been for the last few years. Dont take the word of random people on the interwebs, check out some modern sources of info on the subject. Some people love to complain about RAID5/6 but if you use BTRFS the BTRFS way then it is solid.

With that said, if you dont need snapshots, drive mirroring, sub volumes, bit rot protection etc then EXT4 is hard to beat for reliability.

[–] [email protected] 2 points 10 months ago

Snapshots changed my life. And I don't exactly demand ultra reliability for my home PC. Thanks for the feedback!

[–] [email protected] 1 points 10 months ago (1 children)

Thats why I'm still on trusty old ext4. Dunno if this is true but I dont want to risk data loss.

[–] [email protected] 1 points 10 months ago

Ext4 just went through a data loss fix in the kernel, too.

[–] [email protected] 3 points 10 months ago

Its got a closer feature set to ZFS (tiered storage is going to be huge for me personally), but a much friendlier license. ZFS's licensing drama solidly convinced me not to touch it with a ten meter pole. BTRFS isn't bad as well, I currently use it, but tiered storage is excellent. Was the only reason I used to consider ZFS, but becachefs is getting to have my cake and eat it too.