Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write access denied on Windows 8.1 #8

Open
krisdante opened this issue Dec 6, 2014 · 2 comments
Open

Write access denied on Windows 8.1 #8

krisdante opened this issue Dec 6, 2014 · 2 comments

Comments

@krisdante
Copy link

Looking into console I have following

2014-12-06 19:21:06| NFSv3: 127.0.0.1: getattr(C:\cygwin64\home\Krzysztof\work\sf\www\test\xxx.txt)
2014-12-06 19:21:06| NFSv3: 127.0.0.1: setattr3(C:\cygwin64\home\Krzysztof\work\sf\www\test\xxx.txt, [Mode: nil, uid: nil, gid: nil, size: 0, atime: nil, mtime: 3626878866], nil)Handling file error: _wopen: Permission denied [errno=13].

when I try to edit / create any file from a Linux Virutal Machine with mounted dir form Windows Host.

@franzinc
Copy link
Owner

franzinc commented Dec 8, 2014

I'm pretty certain the problem is this: the user the service runs as doesn't have permission in the NT filesystem to access the files/directories in question.

@krisdante
Copy link
Author

There are only two users: me and Administrator. If it is me who runs the service - than I can modify my files. If it is Admin - than admin can edit whatever. I'll check who is actually running the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants