----Original Message----
From: [email protected]
[mailto:[email protected]] On Behalf Of Michael Lyon Sent:
Wednesday, June 30, 2010 6:37 AM To: [email protected]
Cc: [email protected]
Subject: Re: [Samba] Can Map shares but cannot write

> Heh, I made myself the owner, and still can't create a file.
> 
> [r...@vm-stusrv test]# getfacl /home/share/students/
> getfacl: Removing leading '/' from absolute path names
> # file: home/share/students/
> # owner: mlyon
> # group: students
> user::rwx
> group::rwx
> group:students:rwx
> mask::rwx
> other::rwx
> 
> Mike
> 

Try using the default flag for setfacl.  I always have this problem with 
setfacl:

$ setfacl -m g:students:rwx foo

doesn't work, but I have better luck with

$ setfacl -d -m g:students:rwx foo

I don't know why, it seems like it should work with the first setup but it 
rarely does for me.

And if THAT doesn't work, I connect to the share as an admin Windows user 
(administrator in your case) and set the ACLs using Windows Explorer.

James Zuelow
Network Specialist
City and Borough of Juneau MIS
(907) 586-0236
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to