Skip to content
/ fuse Public
forked from bazil/fuse

This is a fork of http://bazil.org/fuse , for performance and to merge all good pull requests.

License

Notifications You must be signed in to change notification settings

seaweedfs/fuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/seaweedfs/fuse -- Filesystems in Go

This is a fork of http://bazil.org/fuse , for performance and to merge all good pull requests.

github.com/seaweedfs/fuse is a Go library for writing FUSE userspace filesystems.

It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE. github.com/seaweedfs/fuse embraces Go fully for safety and ease of programming.

Here’s how to get going:

go get github.com/seaweedfs/fuse

Website: http://github.com/seaweedfs/fuse/

Github repository: https://github.com/bazil/fuse

API docs: http://godoc.org/github.com/seaweedfs/fuse

Our thanks to Russ Cox for his fuse library, which this project is based on.

About

This is a fork of http://bazil.org/fuse , for performance and to merge all good pull requests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Shell 0.3%