Any ideas why i am getting the error when i try to run the storagenode docker?

True. Although this can be reduced/removed.
To set the reserved percentage to 0 (adjust /dev/sdxxx to match your environement):

sudo tune2fs -m 0 /dev/sdxxx

This is fine for disks dedicated to Storj.
:warning: This shouldn’t be set to 0 for system disks though!

What do you mean?
Running the initial docker command with SETUP="true" needs to be done only once per node. I believe it should never be used again for an existing node as it creates empty databases and starts the node from scratch, with no data.

I’m not completely clear on that, and if data is actually available in the right folder, the node might be fine anyway as it wouldn’t fail audits.

1 Like

when i tried to run the docker command with the new drive, without setup=true it failed to connect to satellites. so i was unsure what to do because my ports were correct as well as my external IP. and after i ran the setup=true everything started working. so no idea.

Seems yes, you can ignore it, otherwise it would not start.