Storj install for Synology

I have created my identity and trying to copy over the files but getting this error

craigferstorj@zzzname:~$ sudo ls /root/.local/share/storj/identity/storagenode
ca.1715852628.cert ca.cert ca.key identity.1715852628.cert identity.cert identity.key

craigferstorj@zzzname:~$ sudo cp -r /root/.local/share/storj/identity/storagenode/volume1/docker/storj/identity
cp: missing destination file operand after ‘/root/.local/share/storj/identity/storagenode/volume1/docker/storj/identity’
Try ‘cp --help’ for more information.

Is it just an issue where you need to wrap the path in quotes?

1 Like


I’ve been watching Youtube video along with the instructions and the guy online doesnt have the path in quotes

You are missing space between storagenode and /volume

4 Likes