6b1db710f7
The table of content of the top level will include everything that's up to 2 levels down. Currently this results in a lot of pages and no clear organization. Extra index pages allow for more intermediate levels, resulting in less things being listed in the main page. This way the organization is a bit clearer, even if this is still not great due to many missing pages and sections in the documentation currently. Change-Id: I5bbdd96b3c2ff3334b9ad1b86fd9e7fb00fd63a6 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6008 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
18 lines
453 B
ReStructuredText
18 lines
453 B
ReStructuredText
Filesystem drivers
|
|
==================
|
|
|
|
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.
|
|
|
|
.. toctree::
|
|
|
|
/file_systems/overview
|
|
/file_systems/node_monitoring
|
|
/file_systems/userlandfs
|
|
/file_systems/ufs2
|
|
/file_systems/xfs
|
|
/file_systems/befs/resources
|
|
/partitioning_systems/sun
|