💾 Archived View for lofi.haiku-os.org › docs › develop › file_systems › index.gmi captured on 2024-03-21 at 15:07:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-28)
-=-=-=-=-=-=-
Filesystem drivers are in src/add-ons/kernel/file_system
A filesystem usually relies on an underlying block device, but that’s not required. For example, NFS is a network filesystem, so it doesn’t need one.
Requirements - Exported Functionality in BeOS
Meeting the Requirements in an Optimal Way - Implementation in OpenBeOS
Differences Between Both Implementations
UserlandFS: filesystems in userspace