Registry / utility / jacobsa-fuse

jacobsa-fuse

JSON →
library0.0.0-20260603130850-6ac65ea4e14cgogounverified

Enables writing and mounting user-space file systems in Go using FUSE.

go get github.com/jacobsa/fuse
INSTALL
IMPORT
SIG · JACOBSA-FUSE
J
jacobsa-fuse
utilitygov0.0.0-20260603130850-6ac65ea4e14c
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fuse
github.com/jacobsa/fuse

Mounts a basic FUSE filesystem.

package main import ( "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fuseops" "github.com/jacobsa/fuse/fuseutil" ) func main() { fs := fuseutil.NewFileSystemServer( &fuseutil.NotImplementedFileSystem{}, ) cfg := &fuse.MountConfig{} mfs, err := fuse.Mount("/mnt/mountpoint", fs, cfg) if err != nil { panic(err) } defer mfs.Join() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260603130850-6ac65ea4e14clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jacobsa-fuse — go get jacobsa-fuse · libregistry