You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
$ build/swarm fs --help
Incorrect Usage. flag: help requested
NAME:
swarm fs - Performs FUSE operations by mounting/unmounting/listing mount points. This assumes you already have a Swarm node running locally. For all operation you must reference the correct path to bzzd.ipc in order to communicate with the node
USAGE:
swarm fs command fs COMMAND
COMMANDS:
mount mount a swarm hash to a mount point
unmount unmount a swarmfs mount
list list swarmfs mounts
The USAGE part using "fs" twice is not intuitive to understand
It should not be necessary to specify bzzd.ipc when it's in default path.
The --ipcpath used should be the one documented in swarm --help (which is relative to datadir). The one used in swarm fs mount is a different one:
$ swarm fs mount
Fatal: Usage: swarm fs mount --ipcpath <path to bzzd.ipc> <manifestHash> <file name>
The USAGE part using "fs" twice is not intuitive to understand
It should not be necessary to specify bzzd.ipc when it's in default path.
The
--ipcpathused should be the one documented inswarm --help(which is relative to datadir). The one used inswarm fs mountis a different one: