fuse

package
v0.0.0-...-ef90cfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const VirtualFileExpiration = 1 * time.Second

VirtualFileExpiration determines how long virtual files (e.g. exchange directory contents) are cached. 1s matches the default entry_timeout FUSE option. Larger values (e.g. never) have no effect.

Variables

View Source
var ExchangeDirs = []string{
	"/bin",
	"/out/lib",
	"/out/lib64",
	"/out/lib/gio",
	"/out/lib/girepository-1.0",
	"/out/include",
	"/out/share",
	"/out/share/aclocal",
	"/out/share/gettext",

	"/out/share/gettext-0.19.8",
	"/out/share/gir-1.0",
	"/out/share/glib-2.0/schemas",
	"/out/share/mime",
	"/out/gopath",
	"/debug",
}

wellKnown lists paths which should be created as a union overlay underneath /ro. E.g., /ro/bin will contain symlinks to all package’s bin directories, or /ro/system will contain symlinks to all package’s out/lib/systemd/system directories.

Functions

func Mount

func Mount(ctx context.Context, args []string) (join func(context.Context) error, _ error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL