💾 Archived View for lofi.haiku-os.org › docs › develop › file_systems › index.gmi captured on 2023-09-28 at 16:00:32. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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