💾 Archived View for lofi.haiku-os.org › docs › develop › file_systems › befs › resources.gmi captured on 2024-08-25 at 00:19:28. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-28)
-=-=-=-=-=-=-
Probably the best resource for a description of the inner workings of BFS is the book “Practical File System Design with the Be File System” written by Dominic Giampaolo and published by Morgan Kaufmann Publishers. Although that book is out of print, it’s available at the
site
.
If you prefer to see how it works in code, please have a look at
implementation
.
If you are interested in the Haiku file system API, please refer to its documentation as part of the Haiku book.