Skip to main content

Module mount

Module mount 

Source
Expand description

Mount table and path resolution.

Maps path prefixes to schemes (like Plan 9 namespaces).

Structs§

MountTable
Global mount table.
Namespace
Per-process namespace (private mount table).

Functions§

list_mounts
List all global mount points.
mount
Mount a scheme at a global path.
resolve
Resolve a path using the global mount table.
unmount
Unmount a global path.