How do I configuring a new storage SSD?

Two possibilities — actually, there are more, but these two will be the easiest for you:

1. Make yourself the owner of the directory :arrow_down:

sudo chown sproid:sproid /srv/sproidssd

2. Leave it root-owned but give yourself write access :arrow_down:

sudo chown root:sproid /srv/sproidssd && sudo chmod 775 /srv/sproidssd

If any other user accounts need write access too, add them to the sproid group.