Permission denied on network share
Posted
by
Philipp
on Server Fault
See other posts from Server Fault
or by Philipp
Published on 2012-09-25T23:01:43Z
Indexed on
2012/09/26
9:40 UTC
Read the original article
Hit count: 210
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?
© Server Fault or respective owner