Hello all,

i am using Samba samba-3.0.23c_2,1 under FreeBSD 6.1 Release. The Problem is when i connect from a Windows XP Box to a share i have setup on the server and create a new File or Directory, i have to manually click Refresh or F5 to have the newly created File or Folder appear in the List. Does anyone experience the same thing, and how can i fix this?

Thanks a lot,
David

Below my smb.conf File

[global]
        workgroup = WORKGROUP
        server string = 192.168.1.95
        interfaces = 192.168.1.1/24
        security = USER
        encrypt passwords = Yes
        log file = /var/log/samba/log.%m
        max log size = 100
        change notify timeout = 3
        deadtime = 15
        socket options = TCP_NODELAY SO_KEEPALIVE
        os level = 36
        name resolve order = wins host lmhosts bcast
        preferred master = Yes
        domain master = Yes
        wins support = Yes
        lock dir = /usr/local/locks
        hide dot files = yes
        guest account = pcguest
        oplocks = yes
        create mask = 0770
        directory mask = 0770
        load printers = no
        printing = bsd
        printcap name = /dev/null
        disable spoolss = yes

[Staff]
        comment = staff
        path = /data/staff
        write list = nina lily lidy hong bob bank
        read only = No

[Invoice]
        comment = invoice
        path = /data/invoice
        write list = lily
        read list = nina
        read only = No
        create mask = 0775
        directory mask = 0775

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to