Hi guys. When I upload a directory from my windows Xp computer to my samba server I have to refresh all the time to see that directory. Here is my samba settings: [root@linux ~]# testparm /etc/samba/smb.conf Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[printers]" Loaded services file OK. WARNING: passdb expand explicit = yes is deprecated Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] server string = Samba Server log file = /var/log/samba/%m.log max log size = 50 name resolve order = wins lmhosts bcast socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = /etc/printcap os level = 33 preferred master = Yes domain master = Yes dns proxy = No wins support = Yes hosts allow = 10.19.25., 10.12.0., 127. cups options = raw [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [root@linux ~]# Thank you Gabriel