Displaying 1 result from an estimated 1 matches for "winod".
Did you mean:
wind
2005 Mar 14
4
[SMB 3.0.10] File Locking Mechanism Windows <-> Unix
...The files under this directory are modified both from Windows and Solaris
programatically. When ever a process accesses a file in this directory, it
opens it in an exclusive mode ( DENY_ALL ). Now, this works fine between two
processes on Windows and between two UNIX process (Gives equivalent of
Winods error 53, File is used by another process) . But this does not work
between Winodws and Unix. i.e Both of them are able to open the file in
exclusive mode!! I ran the 'fuser' command in such a situation ( when both
had exclusive accesses to the file) and to my surprise I found that both
s...