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

Edit smb.conf? Slow windows server browsing?

Can someone explain how to find and open/edit the this smb.conf file I keep reading about. I can't even find it. I am can connect to Windows 2008 servers, but its very slow browsing, transerring, etc. Any help would be appreciated. I just updated to the new Mountain Lion when it came out so I am not sure if this file exists in here.

iMac, Mac OS X (10.7.2)

Posted on Aug 3, 2012 9:00 AM

Reply
Question marked as Best reply

Posted on Aug 3, 2012 9:17 AM

Did you mean sysctl.conf?

You will have to create it.

First open terminal and type

sudo sysctl -w net.inet.tcp.delayed_ack=0

This should help, but the setting will be reset on reboot.

To make it permanent you must create a file /etc/sysctl.conf that contains the single line

net.inet.tcp.delayed_ack=0

( see https://discussions.apple.com/thread/833608?answerId=4595699022#4595699022 )

4 replies
Question marked as Best reply

Aug 3, 2012 9:17 AM in response to theideabulb

Did you mean sysctl.conf?

You will have to create it.

First open terminal and type

sudo sysctl -w net.inet.tcp.delayed_ack=0

This should help, but the setting will be reset on reboot.

To make it permanent you must create a file /etc/sysctl.conf that contains the single line

net.inet.tcp.delayed_ack=0

( see https://discussions.apple.com/thread/833608?answerId=4595699022#4595699022 )

Edit smb.conf? Slow windows server browsing?

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