Alright need your help! Thanks to #[0]​ (again✊) managed to mount 1 TB SSD and transfer nostream folder on it! Now for some reasons when I try to cd into it PERMISSION DENIED 🥴 Any idea why and how to fix it ?

Reply to this note

Please Login to reply.

Discussion

Add sudo 😂

Doesn’t work with sudo

What user are you logged in as?

sudo chown -R $USER

🐶🐾🫡

Tried this

sudo chown nostream disk1

cd into mnt disk1 nostream

chmod +x *

Sudo ./scripts/start

Doesn’t work

Oh, you cannot chown the mount point. If you want that then look into mount command options to mount as other user. Also, if folder has no executable bit flipped, you’ll get the same error! Make sure that folder you are trying to cd into has executable permissions for the user you are using! 🐶🐾🫡

Can’t use ./scripts/start with sudo. The script will prevent that, it will cause issues eventually.

It’s an old issue now! I logged in as a nostream now and can’t run scripts ! Permission also denied

Did u clone it directly from github or copy it from somewhere?

I installed it to the pi instead of SSD ! Then #[4]​ said that I can mount ssd and move nostream folder on there! Did that and now I can’t run ./scripts/start permission denied

Maybe u should try to clone it from repository and new fresh install. Maybe that folder have permission for user from pi...

Have you tried it to clone on SSD ?

Yes.

I don’t understand why that docker.compose yml denies permission ! What’s wrong with this ?

Think that is different user, so no permission. Will send u later how to backup database.

I mean there should be fix I guess. Once I will run out of 1 TB I gotta move that data again and might have the same issue in the future 🤷‍♂️

I had issue with relay and had to fresh new install and copy backed up database. Not sure if there is one.

The current situation is that trying to run `docker compose ...` is throwing a permission denied on the docker-compose.yml file even though it's there and readable.

Use ChatGPT. That’s how I do anything technical now

Yeah will try tomorrow but already discussed this with 🦆 AI might be useless in such cases 😁

Update ! Was able to cd! But now when ./scripts/start it also denies permission

chmod 0777 -R

Then

Sudo

running docker compose directly as sudo fails due to permission errors on the docker-compose.yml file (which is clearly there and readable)