Permission denied on network share
- by Philipp
i have a Windows 8 host system running a virtual(hyper-v) Debian6 client with an lamp environment. My development environment runs under Windows and I mapped the folder with my php files to a network drive so Apache has access to them.(mount.cifs //pc/share /var/share/)
This far no problems - I see my app on windows in the browser.
The problem is, I can't write stuff in php to the share folder - everytime i got a permission denied message in my error logs.
For testing purpose i tried to change the directory permissions of /var/share with chmod -R 777 /var/share without success.
Now Iam a little bit stumped.. has anyone an idea how to solve this?