Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Finder slow at listing directory content from SMB shares

I'm connecting to SMB shares on an Windows 2003 Server from a MBP running 10.6.1 and face two issues doing that.

1) Finder is slow at listing the directory content of the shares
The problem only occurs in Apple Finder. When I do "ls" from Terminal the directory listing displays in the same moment I hit enter.
The problem also does not occur when using PathFinder from Cocoatech.

2) Reconnecting to the SMB Server fails (sometimes)
It almost always fails when I unplug the ethernet cable and plug it back in. Finder then complains it couldn't find the server by name or the IP address would be wrong.
Both options are not true. DNS is present and working. Connecting by IP only also fails with the same error message.

Anybody seing this also?

I've tried to "optimize" by changing smb.conf but without success.

MBP, Mac OS X (10.6.1)

Posted on Sep 22, 2009 12:20 PM

Reply
75 replies

Jan 17, 2011 1:49 PM in response to Jola@edyn

The various "hacks" mentioned in this thread (enabling Internet sharing, etc.) don't work for me. I've tried AirPort and Ethernet.

Also, another way to show that the SMB directory is being listed very slowly is to type "ls" in a terminal (after "cd /Volumes/<smbshare>", of course). The files/directories can be listed as slowly as 1-2 per second.

Jan 20, 2011 1:26 PM in response to Jola@edyn

the following solved the problem for me:
created a simple configuration file for SMB requests "nsmb.conf" in /etc
content:
[default]
minauth=none
streams=no
soft=yes
notify_off=yes
domain=<your windows domain>
port445=no_netbios
[<your smb server1>]
addr=<ip address of the "your smb server"

From the settings "minauth=none" seems to have the most impact.
For more details on nsmb.conf use your favorite search engine or go to "Terminal" > man nsmb.conf

Finder slow at listing directory content from SMB shares

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.