boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.57k stars 149 forks source link

Trouble creating the .mounted file #587

Open DaveHamilton opened 1 week ago

DaveHamilton commented 1 week ago

Something is amiss, and I'm trying to sort out what I've got going wrong. Similar to issue #49 I am getting stuck at the "WARNING Failsafe file /downloads/.mounted is not present".

The odd part is that I can go into a Terminal inside of Container Manager on my Synology, run sh and then issue a cd /downloads and see the folder to which I have it mapped. I can even do a touch testwithin and it appears, and I can even chown that file to my heart's content.

And if I create a .mounted inside of this folder, then it moves on. But when it moves on, it never actually saves anything to that folder, further indicating that it's got an issue actually creating a file in there. But it's definitely looking in the right place.

Any ideas? I have permissions on that folder set to 777 so in theory that shouldn't be stopping anything.

image image image