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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the good books on filesystems or storage?

10 点作者 Icathian将近 2 年前
Hi HN!<p>I&#x27;ve been nurturing an interest in storage and filesystems, but have been running into a real drought of high-quality books on the topic. On the database side of the world, we have things like Database Internals, Database Management Systems, or even DDIA. Filesystems, however, don&#x27;t seem to get as much coverage.<p>So... yeah. If someone asked you what book to read to really grok filesystems, what would you suggest? Thanks!

3 条评论

ezedv将近 2 年前
For an in-depth understanding of filesystems, I highly recommend &quot;The Design of the UNIX Operating System&quot; by Maurice J. Bach. It might be an older book, but it covers filesystems in a comprehensive and insightful way
digikata将近 2 年前
I would recommend as a starter the Persistence section of the U Wisc Operating Systems open text book. <a href="https:&#x2F;&#x2F;pages.cs.wisc.edu&#x2F;~remzi&#x2F;OSTEP&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pages.cs.wisc.edu&#x2F;~remzi&#x2F;OSTEP&#x2F;</a>. In particular the cited papers are foundations of major file system approaches of used many (probably most) systems today.<p>In the non-textbook sources, I would also recommend archives of the Usenix FAST conferences (File and Storage Technologies), where you often see newer and experimental approaches to file systems.<p>e.g. F2FS, <a href="https:&#x2F;&#x2F;www.usenix.org&#x2F;conference&#x2F;fast15&#x2F;technical-sessions&#x2F;presentation&#x2F;lee" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.usenix.org&#x2F;conference&#x2F;fast15&#x2F;technical-sessions&#x2F;...</a>
in9将近 2 年前
Practical File System Design by Dominic Giampaolo<p>File Systems: Structures and Algorithms by Harbor<p>There is probably a relevant chapter on the The Linux Programming Interface on file systems as well.
评论 #36777768 未加载