[Samba] Can Map shares but cannot write

Chris Smith smb_77 at chrissmith.org
Wed Jun 30 08:34:57 MDT 2010


On Wed, Jun 30, 2010 at 10:18 AM, Michael Lyon <mjlyon at gmail.com> 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


More information about the samba mailing list