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 ?
Discussion
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! 🐶🐾🫡
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.
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.