Skip to content

Fuse library implementation for 0Chain Storage

Notifications You must be signed in to change notification settings

sculptex/zcnfuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zcnfuse

Fuse library implementation for 0Chain Storage

zcnfs implements a fuse file system layer to a 0chain storage.

  • By sculptex
  • for Linux
  • Based on hello example by Bazil.org

Pre-requisits

Note those are for development purposes, to be able to read/write.

Install zboxcli

Follow the doc install zboxcli

Create a wallet

Follow the doc create a wallet

Note you need to uncomment the prefered_blobbers section

Install zwalletcli

Follow the doc install zwalletcli

Get some ZCN from the faucet

Follow the doc get some zcn

Create a new allocation

Follow the doc create a new allocation

Build

go build .

Example Use

  • zcnfuse -mountpoint test
  • zcnfuse -help
-allocation string
    allocation (default contents of allocation.txt)
-config string
    (default "config.yaml")
-mountpoint string
    (default "zcnfuse")
-wallet string
    (default "wallet.json")

RELEASES

v0.0.2

  • Improved Command line paramaters
  • Inherit mountpoint folder ownership for fuse mount

v0.0.1

  • Initial Release

TODO

  • Cross-platform compatibility checks (Linux only tested so far)
  • Improve cache (age/delete)
  • Improve error handling
  • Compile stats
  • Calculate costs
  • Uploads
  • Partial downloads

OTHER

  • Use GoSDK directly instead of CLI tools

NOTES

About

Fuse library implementation for 0Chain Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages