kebabber, Thanks for the advice. I will make sure to recap all my threads from now on. I struggle a lot with this but the solution was just to apply my permissions through windows after applying full control to everyone with chmod.
>From what i've read in this forum, the best approach is the following (correct >me if I'm wrong because I am a NEWB): -Create your zfs dataset and share it with full access. r...@osbox:~# zpool create zstorage raidz2 c4t0d0 c4t1d0 c5t0d0 c5t1d0 c6t0d0 c6t1d0 Next I create the dataset: r...@osbox:~# zfs create -o casesensitivity=mixed -o nbmand=on zstorage/Pictures Add the full rights to everyone: r...@osbox:~#/usr/bin/chmod A=everyone@:full_set:allow /zstorage/Pictures Create your windows users and groups then mimic them by creating the exact same on Solaris. I did this through the GUI. /etc/passwd soft:x:65535:100::/export/home/soft:/bin/bash /etc/group software::100: Create the necessary windows shares and assign the accurate permissions with windows. Thanks to all those who read this thread, Mr. Hu Mongous. -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
