1The Be File System 2================================ 3 4Probably the best resource for a description of the inner workings of 5BFS is the book "Practical File System Design with the Be File System" 6written by Dominic Giampaolo and published by Morgan Kaufmann 7Publishers. Although that book is out of print, it's available at the 8`Haiku web 9site <https://www.haiku-os.org/legacy-docs/practical-file-system-design.pdf>`__. 10 11If you prefer to see how it works in code, please have a look at 12`Haiku's BFS 13implementation <https://git.haiku-os.org/haiku/tree/src/add-ons/kernel/file_systems/bfs>`__. 14 15If you are interested in the Haiku file system API, please refer to its 16documentation as part of the Haiku book. 17