Find out who is locking a file on a network share

前端 未结 8 1119
死守一世寂寞
死守一世寂寞 2021-01-29 18:23

I want to known who is locking a file on a network share.

Here is the problem : the network share is on a NAS, so I can\'t log on. I need a tool to find out remotely who

8条回答
  •  天涯浪人
    2021-01-29 18:45

    Just in case someone looking for a solution to this for a Windows based system or NAS:

    There is a built-in function in Windows that shows you what files on the local computer are open/locked by remote computer (which has the file open through a file share):

    • Select "Manage Computer" (Open "Computer Management")
    • click "Shared Folders"
    • choose "Open Files"

    There you can even close the file forcefully.

提交回复
热议问题