The resolution involves recreating the
quota.xml,
quota.md, and
databasefilescreen files in the
\System Volume Information\SRM folder on the drive that the quotas were imposed initially.
WARNING: You will lose all your quota definitions and quota template configuration when you follow this procedure. Perform these steps only if you wish to start configuring File Server Resource Manager from scratch.
The
System Volume Information folder can be found on the root folder of any Windows volume. This is folder is critical for the functioning of the operating system, hence it is accessible only by the
SYSTEM account. It is a hidden system folder, which can be made visible if you configure the
Folder Options in
Windows Explorer to
Show hidden and system files.
Since only the
SYSTEM account can access this folder, we will use a workaround to get to this folder. We will use the
AT command to schedule a job to open the
Command Prompt (cmd.exe). The AT command starts cmd.exe in the
SYSTEM account context and you will be able to access the
\System Volume Information\ folder.
- Open Command Prompt.
- Type the command:
AT [time in hh:mm] /interactive cmd.exe
where [time in hh:mm] is the next minute with respect to your system clock. For example, if the time now is 20:09, then the command should be
AT 20:10 /interactive cmd.exe
- Wait for the next minute. In the above example, wait till 20:10. The Command Prompt window will appear. This window is running under the SYSTEM user context.
- Type each of the following commands in the Command Prompt window:
CD \System Volume Information\SRM
ATTRIB quota.xml -s -h
ATTRIB quota.md -s -h
ATTRIB databasefilescreen -s -h
DEL quota.xml
DEL quota.md
DEL databasefilescreen
exit
- Re-install File Server Resource Manager. The above files will be recreated. The previous quota settings will be lost and you can recreate your quotas.