Windows Server gives the following error in the event log:
Log Name: Application
Source: SRMSVC
Event ID: 8197
Description:
File Server Resource Manager Service error: Unexpected error.
Error-specific details:
Error: GetVolumeNameForVolumeMountPoint, 0x80070001, Incorrect function.
Here’s what the internet says about fixing the GetVolumeNameForVolumeMountPoint, 0x80070001, Incorrect function error:
You can fix it by running the following in an elevated command prompt:
cd /d “%windir%\system32\wbem”
mofcomp srm.mof
net stop srmsvc
net start srmsvc
Also, the error is safe to ignore if you’re not seeing other symptoms (such as disconnecting storage pools). If you are getting disconnected storage pools, then you may have a hardware issue.
The error may be caused by installing the FSRM role, then uninstalling it (leaving some files in tact), then reinstalling it. In which case, the following KB will help: KB555941