TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux Filesystems

8 pointsby mrled9 months ago

3 comments

frankjr9 months ago
&gt; Btrfs does support compression, but it&#x27;s obscure to access and use, it may as well not exist.<p>What&#x27;s wrong with it?<p><pre><code> mount -o compress=zstd &#x2F;dev&#x2F;sdx &#x2F;mnt</code></pre>
theandrewbailey9 months ago
I have to wonder if bcachefs will do better in the long run than btrfs.
throwaway11949 months ago
&gt; Even now in 2024 btrfs is one of the slowest Linux filesystems, and it does not take long to find reports of ongoing data corruption issues.<p>Please stop spreading FUD, this is simply not true.<p>I would argue that most problems that people experience with btrfs today are because of hardware issues, btrfs is simply detecting those errors thanks to checksumming.<p>Yes, it is slower than other filesystems and RAID 5&#x2F;6 is still unstable but blaming btrfs for everything is simply wrong.