Trying to start node

According to your prior post, your identity should be here:

/root/.local/share/storj/identity/storagenode/

So, the option should be:

--mount type=bind,source="/root/.local/share/storj/identity/storagenode/", destination=/app/identity \

Similarly, the storage-dir option will need to changed to the filesystem path to your designated storage hard drive or folder.

df -H

…is a good starting point to figuring out that filesystem path.

If you are planning on using a USB hard drive, please note that when you plug in a USB hard drive, it will mount under /media/pi via fuse … This is not ideal for running a Storj node. It’s much better if you add an entry to /etc/fstab for the USB hard drive. In this way, the external USB hard drive will always be mounted on RPi boot and will always have the same location in the filesystem tree.