Expand description
Mount table and path resolution.
Maps path prefixes to schemes (like Plan 9 namespaces).
Structs§
- Mount
Table - 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.