Fuse library implementation for 0Chain Storage
- By sculptex
- for Linux
- Based on hello example by Bazil.org
Note those are for development purposes, to be able to read/write.
Follow the doc install zboxcli
Follow the doc create a wallet
Note you need to uncomment the prefered_blobbers section
Follow the doc install zwalletcli
Follow the doc get some zcn
Follow the doc create a new allocation
go build .
- 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")
- Improved Command line paramaters
- Inherit mountpoint folder ownership for fuse mount
- Initial Release
- Cross-platform compatibility checks (Linux only tested so far)
- Improve cache (age/delete)
- Improve error handling
- Compile stats
- Calculate costs
- Uploads
- Partial downloads
- Use GoSDK directly instead of CLI tools
- On error, mount may persist but be broken, use https://github.com/bazil/fuse/cmd/fuse-abort to remove broken fuse mounts