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.

Ask HN: What are some good papers and textbooks about modern filesystems?

24 pointsby craftsman8 months ago
I'm interested to learn about modern high-performance filesystems. Are there some good papers and textbooks that I should read? I'm interested in everything below the filesystem abstraction down to, and including, the physical storage.

3 comments

didgetmaster8 months ago
Are you only interested in mainstream stuff that have been widely deployed and where textbooks have been published about them?<p>Or are you open to experimental stuff that are willing to &#x27;break the mold&#x27; and try a whole new approach to how unstructured data (files) can be stored and managed?
评论 #41551552 未加载
johannesrexx8 months ago
<a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;DesignUNIXOperatingSystem" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;DesignUNIXOperatingSystem</a>
nhgiang8 months ago
Anything related to the Ceph filesystem is probably a good reference.