Registry / utility / anacrolix-fuse

anacrolix-fuse

JSON →
library0.4.0gogounverified

Package fuse enables writing FUSE file systems on Linux, OS X, and FreeBSD.

go get github.com/anacrolix/fuse
INSTALL
IMPORT
SIG · ANACROLIX-FUSE
A
anacrolix-fuse
utilitygov0.4.0
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/anacrolix/fuse

Mount a FUSE filesystem (simplified example)

package main import ( "log" "github.com/anacrolix/fuse" "github.com/anacrolix/fuse/fs" ) func main() { c, err := fuse.Mount("/mnt/mountpoint") if err != nil { log.Fatal(err) } defer c.Close() log.Fatal(fs.Serve(c, nil)) }
Debug
Known issues
gotchaRequires OSXFUSE on macOS and FUSE kernel module on Linux/FreeBSD.
fix
Install the appropriate FUSE kernel extension for your OS.
affects: all
Upgrade
Version history
0.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
anacrolix-fuse — go get anacrolix-fuse · libregistry