On Wed, Jun 30, 2010 at 10:18 AM, Michael Lyon <[email protected]> wrote: > [student] > comment = Test share > path = /home/share/students > public = yes > writeable = yes > browseable = yes > create mask = 0770 > force create mode = 0770 > directory mask = 02770 > force directory mode = 02770 > directory security mask = 0775
You can map the share but not write, can you read files? Try simplifying the share further: ================== [student] comment = Test share path = /home/share/students public = yes writeable = yes browseable = yes ================== And make sure there is no valid users statement in the global section. Chris -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
