This might be oplocks .... if you don't need them, turn them off ...
Copy this lot and paste into notepad, save as oplocks.reg and then double click to merge into the registry (or run regedit.exe oplocks.reg)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"EnableOpLockForceClose"=dword:00000001
"EnableOpLocks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"EnableOpLockForceClose"=dword:00000001
"EnableOpLocks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxSmb\Parameters]
"OpLocksDisabled"=dword:00000001
This needs to be run at both ends in an MS environment - on the servers as well as the clients.
I think oplocks are off by default in SME (don't recall, correct me if you know different!) but can be tweaked with the Advanced Workgroup Contrib. They are supposed to improve multi-user access in shared file/folder environments - You will almost certainly not notice the difference with oplocks off, I didn't!
More here:
http://www.superbase.com/services_tech_support_oplocks.htmHTH
David.