Registry / utility / billziss-gh-cgofuse

billziss-gh-cgofuse

JSON →
library1.6.0gogounverified

Cross-platform FUSE library for Go, enabling filesystem implementation in user space.

go get github.com/billziss-gh/cgofuse
INSTALL
IMPORT
SIG · BILLZISS-GH-CGOFUS
B
billziss-gh-cgofuse
utilitygov1.6.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.

cgofuse
github.com/billziss-gh/cgofuse

Mount a basic FUSE filesystem at /mnt/mountpoint.

package main import ( "github.com/billziss-gh/cgofuse/fuse" ) func main() { fs := fuse.NewFileSystemBase() host := fuse.NewFileSystemHost(fs) host.Mount("", "/mnt/mountpoint") }
Debug
Known issues
gotchaRequires FUSE kernel module on Linux or OSXFUSE on macOS.
fix
Install FUSE dependencies for your operating system.
affects: all
Upgrade
Version history
1.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Amazon
1
Resources
billziss-gh-cgofuse — go get billziss-gh-cgofuse · libregistry