Quote Originally Posted by jdd81 View Post
Funny how that didn't stop the operation on Linux!
The reason is simple. Windows uses mandatory locking while Linux uses advisory locking thus it is possible to ignore the lock on Linux but not on Windows (the latter causes inability to reopen a file after a crash of an application holding a lock to the open file).