Find out who is locking a file on a network share

前端 未结 8 1203
死守一世寂寞
死守一世寂寞 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:43

    On Windows 2008 R2 servers you have two means of viewing what files are open and closing those connections.

    Via Share and Storage Management

    Server Manager > Roles > File Services > Share and Storage Management > right-click on SaSM > Manage Open File

    Via OpenFiles

    CMD > Openfiles.exe /query /s SERVERNAME

    See http://technet.microsoft.com/en-us/library/bb490961.aspx.

提交回复
热议问题