So I have been running my Storj node for about an hour now. I have 500mb of ingress and stored on my disk. But how come I see not egress? Also when I look at my log I see this error message repeated atleast 10,000 times for all different upload failed request.
that might be where it is going wrong. Because currently I have my /storage/temp set up to this path: “~/mount/Storj/storage/temp/blob” which I assume it is not looking at for some reason. Any clue how to change that? .Also it knows about the place because it is writing to the temp file in here, its just not reading it or something.
This is how I mounted it for this:
Let me know if I did something wrong with the following path:
type=bind,source=“/home/user/.local/share/storj/identity/storagenode”,destination=/app/identity**
mount type=bind,source=“/home/user/mount/Storj”,destination=/app/config **
this is the response I get if I check the permissions of the folder. Which I believe it should have access to read then. Could also be wrong as still bit new to linux.
Command: ~/mount/Storj/storage/temp$ ls -ld
Response: drwxrwxrwx 2 1028 users 0 Mar 2 15:28 .
P.S. you shouldn’t split a storage directory to different drives, it could work, but you likely will have problems. It’s recommended that the entire content of the storage directory should be on the same filesystem, not junctions or symlinks or different mounts.
Also how I have it set up right now is. My local computer is running storj and has the /storagenode on it. While my mount to a seperate place that is only harddrives has the /storage/temp on it.
Now looking at it they have different owners, how would I make it so they have the same owners? If I try and run chmod or chown on it, it just says permission denied to change owners (for the one with /storage/temp)
I don’t want to run it on the file server as I feel its uneccessary stress for it to compute that, I am currently running Sia like this with no issues and they seem to be fine, Also what is this config folder it keeps mentoning in the error log?
pieces error: filestore error: chmod config/storage/temp/blob-3346945828.partial: operation not permitted"
One more thing, this is how I changes the mounts to see if it would make a different. It did not… but still wondering what the config folder is becuase I can’t seem to find it anywhere.
Or you do not need to use this option, always use sudo to run the container and change the owner to root.
However, SMB will not work normally anyway, see Topics tagged smb, the same is for Topics tagged NFS.