Still getting access denied to /zstorage/Pictures from xp box(logged on as 
"soft", same passwd as OSbox, in local group "software").

r...@osbox:~# /usr/bin/ls -ladV /zstorage/Pictures/
drwxrw----+  8 root     software       8 Apr 11 20:55 /zstorage/Pictures/
                 group@:r-----a-R-c---:fd-----:allow
                 group@:-w-p---A-W----:fd-----:allow
                 owner@:rwxpdDaARWcCos:fd-----:allow

Hmmm.... Could this be CIFS thing?? Maybe, I'll create a new share from scratch 
using the following steps.

r...@osbox:~# zfs create -o casesensitivity=mixed -o nbmand=on zstorage/Share
r...@osbox:~#zfs set sharesmb=on /zstorage/Share

r...@osbox:~# /usr/bin/chmod -R A=owner@:full_set:fd:allow /zstorage/Pictures
r...@osbox:~# /usr/bin/chgrp -R software /zstorage/Share/
r...@osbox:~# /usr/bin/chown -R root /zstorage/Share/
r...@osbox:~# /usr/bin/chmod -R A=owner@:full_set:fd:allow /zstorage/Share
r...@osbox:~# /usr/bin/chmod -R A+group@:write_set:fd:allow /zstorage/Share
r...@osbox:~# /usr/bin/chmod -R A+group@:read_set:fd:allow /zstorage/Share

I've followed the instructions from 
http://wiki.genunix.org/wiki/index.php/Getting_Started_With_the_Solaris_CIFS_Service.

I really appreciate the help Alan. I'll report back the results tomorrow as 
it's almost 3am and I need to sleep.

Mr. Hu Mongous
-- 
This message posted from opensolaris.org
_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to