Jim Newsome
Cadet
- Joined
- Jun 21, 2015
- Messages
- 1
On my FreeNAS, I have a user jnewsome and a group jnewsome. When accessing a CIFS share from my Windows machine, I can access files that have the appropriate group permissions, but it seems that it doesn't allow me to access files that only have owner permissions.
Here are the ACLs on the FreeNAS:
And here are the permissions as seen on Windows. I have Account Unknown, where probably I want it to recognize it as something like jnewsome (Unix User\jnewsome). But how?
And if I try to actually open the folder, of course I get an error:
For the moment I'm working around it by adding permissions for group jnewsome. That's an annoying workaround though, and I'd rather understand whether/how it's possible to get it to recognize the user/owner permission.
Here are the ACLs on the FreeNAS:
Code:
% getfacl src # file: src # owner: jnewsome # group: jnewsome owner@:rwxp--aARWcCos:------:allow group@:------a-R-c--s:------:allow everyone@:------a-R-c--s:------:allow
And here are the permissions as seen on Windows. I have Account Unknown, where probably I want it to recognize it as something like jnewsome (Unix User\jnewsome). But how?

And if I try to actually open the folder, of course I get an error:

For the moment I'm working around it by adding permissions for group jnewsome. That's an annoying workaround though, and I'd rather understand whether/how it's possible to get it to recognize the user/owner permission.