Bindings for FUSE.
UnionFS-FUSE is a flexible union file system implementation in user space, using the FUSE library. Mounting a union file system allows you to "aggregate" the contents of several directories into a single mount point. UnionFS-FUSE additionally supports copy-on-write.
Package fuse enables writing FUSE file systems on Linux, OS X, and FreeBSD.
Package fuse enables writing and mounting user-space file systems. Subpackages:
fuse
provides support for mounting a new file system and reading requests from the kernelfuseops
enumerates the supported requests from the kernel, and provides documentation on their semanticsfuseutil
, in particular theFileSystem
interface, provides a convenient way to create a file system type and export it to the kernel viafuse.Mount
.
This is a repository containing Go bindings for writing FUSE file systems.
Package fuse enables writing FUSE file systems on Linux, OS X, and FreeBSD
.
This is a repository containing Go bindings for writing FUSE file systems.
Concatenate file contents with a custom separator and generate a source map