[Samba] Windows XP always see folder with read-only attribute set

Rune Tønnesen rune at tonnesen.org
Fri Jan 11 17:36:49 GMT 2008


> Dear all,
>
> I've got a linux server running samba-3.0.10 with some windows xp and
> windows 2k clients. My config is something like:
>
> [global]
>         server string = aroprod
>         workgroup = WORKGROUP
>         hosts allow = 192.168.0. 127.
>         security = share
>         load printers = yes
>         printing = cups
>         printcap name = cups
>         prefered master = yes
>         os level = 65
>         read only = no
>
> [publica]
>         path = /sis/publica/
>         read only = No
>         guest ok = Yes
>         nt acl support = No
>         force user = sis
>         force group = sis
>
May I suggest this

[publica]
          path = /sis/publica/
          public = yes
#          only guest = yes
          writable = yes
          force user = sis
          force group = sis

This should solve your problem as samba by default set a share as read only and you
need to set them to writable, hence "read only = No" is not equal to "writable =
yes".

-- 
Venlig Hilsen/Best Regards
Rune Tønnesen



More information about the samba mailing list