got an answer from linksys about the locking mechanisms present on the NSS devices.
"In the product sheet is mentioned that the device support UNIFIED FILE-LOCKING.
This mechanism is not ment to allow multiple concurrent connections but in the opposite is a system that prevents file corruption by rejecting multiple connections to the same file over different protocols.
For instance you are accessing a file using SMB and at the same time another use is accessing the same file over FTP, since both protocols are using different lock mechanism they will allow the two users to modify the same file at the same moment ... while with UNIFIED FILE-LOCKING the FTP will be notified that the file is already accessed through another protocol and will deny access to it to prevent corruption.
As for samba file locking you can check this page :
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/locking.html
(in particular : Multiuser database and MS Windows Oplocks and Caching Controls)
As you can understand opportunistic lock is disabled on the device.
The NSS priority is to avoid any possible file corruption."
Seems not logic to me (read the two last lines). Tried the disable oplocks on the client side but had no success (see ms windows oplocks and caching control in the manual of samba). Anyone with refreshing ideas on how to solve this particular issue ?
(Mod note: Edited for guideline compliance. Thank you.)
Message Edited by Vince_02 on
11-19-2007 07:44 AM