On Wed, 10 Mar 2004 20:21:01 +1300, you wrote: >Hi all... >I have set up Samba on my Fedora server here at home, one thing I have >noticed is that once I have it set up my Win XP PC takes a long time to >recognise the server/share and also to allow me access to the share, my >question is, is there any way to speed up this process, and also why >does it happen? > >If you need to look at the smb.conf I can post that or any other info >that you may need. > >Cheers > >Nathan
Struck a chord there... try adding socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=1648 and also browseable = no to the relevant shares in smb.conf. They may help! Also, does everything resolve ok? netbios over tcp running ok? $0.02 Steve
