dgrant / eyefiserver2

A standalone Eye-Fi server in Python, for Linux
GNU General Public License v3.0
140 stars 40 forks source link

how to set file/folder rights? #13

Closed sebhelsinki closed 9 years ago

sebhelsinki commented 10 years ago

Hi, I set up a debian box on raspberry pi for that purpose. pics upload nicely to a local folder on the raspbian box. I tried to mount a NAS folder, which seems to work fine when browsing, using /etc/fstab

Should eyefiserver be run with the same user ? root ? the thing is that the pics get dropped in /tmp but not to the final destination ...

sebhelsinki commented 10 years ago

I had to add uid=xxxx in /etc/fstab, xxxx being the uid of my user in this box...