I have a share on ASUS RT-N66U.
Before updating to Mavericks everything was fine with smb shares.
After the update I realized a very big difference regarding transfer speeds, mainly when using unrar to unpack local files -> shares on asus router.
I am almost sure that the problem is OSX forcing the connection using SMB1 fallback:
When I try to force the connection using SMB_2:
I got the error:
There was a problem connecting to the server “192.168.1.1”. Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator.
There are some vendors, like Sinology, deploying fixes to allow mac users to be able to connect using SMB2 again.
Any guesses to work around this on N66U in order to mount shares using SMB_2 protocol?
Tks
Before updating to Mavericks everything was fine with smb shares.
After the update I realized a very big difference regarding transfer speeds, mainly when using unrar to unpack local files -> shares on asus router.
I am almost sure that the problem is OSX forcing the connection using SMB1 fallback:
Code:
SERVER_NAME 192.168.1.1
USER_ID 501
[B]SMB_NEGOTIATE AUTO_NEGOTIATE[/B]
[B]SMB_VERSION SMB_1[/B]
SMB_SHARE_TYPE UNKNOWN
UNIX_SUPPORT TRUE
LARGE_FILE_SUPPORTED TRUE
Code:
sudo vi ~/Library/Preferences/nsmb.conf
[default]
smb_neg=smb2_only
There was a problem connecting to the server “192.168.1.1”. Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator.
There are some vendors, like Sinology, deploying fixes to allow mac users to be able to connect using SMB2 again.
Any guesses to work around this on N66U in order to mount shares using SMB_2 protocol?
Tks
Last edited: