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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Linux Ext4 Disk Optimization

3 点作者 mardiyah大约 2 年前
If ext4 need no defragmentation then how/what definitively to optimize its disk access operation

1 comment

brucethemoose2大约 2 年前
Nothing ext4 specific IIRC. There are some kernel optimization you can do, like this, but consider some of that to be a placebo:<p><a href="https:&#x2F;&#x2F;unix.stackexchange.com&#x2F;questions&#x2F;30286&#x2F;can-i-configure-my-linux-system-for-more-aggressive-file-system-caching" rel="nofollow">https:&#x2F;&#x2F;unix.stackexchange.com&#x2F;questions&#x2F;30286&#x2F;can-i-configu...</a><p>Other than that, maybe consider an alternative filesystem like f2fs or xfs depending on the medium.