Sections
When connecting to some (older) Windows servers you may get this message.
The Finder cannot complete the operation because some of the data in smb://…….. could not be read or written. (Error code -36).
The most likely reason for this error is that the authentication handshake failed because the server only accepts clear text passwords. If you run 'Console' (Applications/Utilties) you should see :-
mount_smbfs: session setup phase failed
If you see that then you almost certainly have a problem with a server not accepting encrypted passwords. This is the fix.
[default]
minauth=none
sudo chmod a+r /etc/nsmb.confAfter having done this find the administrator of the server and get them to fix the set up so that it accepts encrypted passwords. This is a security hole. You don't need to reverse the above fix when the server is fixed as the Mac will try encrypted first.
(Yes, I know I could fix this in the image but I'd prefer to find broken servers and file sharing in the faculties leaving the Macs more secure. <g>)