TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Linux Filesystems

8 点作者 mrled10 个月前

3 条评论

frankjr10 个月前
&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>
theandrewbailey10 个月前
I have to wonder if bcachefs will do better in the long run than btrfs.
throwaway119410 个月前
&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.