1.4.1 • Published 8 years ago

hyperfused v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

hyperfused

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

Install

To install it first make sure you have fuse installed.

  • On Linux/Ubuntu sudo apt-get install libfuse-dev pkg-config
  • On OSX install OSXFuse and pkg-config, brew install pkg-config

Then simply clone this repo and run

make install # you might need to sudo this

To verify that it is installed do

hyperfused --help # should print out some help

Install from npm

You can also install it from npm by doing

npm install -g hyperfused

Clients

Currently you can interact with this deamon using node.js by using the hyperfuse module.

Wire protocol

TBA

License

MIT

1.4.1

8 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

9 years ago