I have made several Windows Server 2008 R2 installations recently. This servers have only one role, a File Services role. With these role, I have installed couple of Role services:
– File Server Resource Manager (enables you to generate storage reports, configure quotas, and define file screening policies)
– Windows Search Service (permits fast file searches on this server from clients that are compatible with Windows Search Service)
After couple of weeks of usage, I’ve noticed that my C:\ drive was filling up very fast. With the lack of a free space on servers boot partition, I have run a report to see which files occupied boot partition which was set to 32GB, which is more than enough for Windows Server 2008 R2 machine.
CI Files and WID Files were consuming a lot of disk space.
Report showed that big part of boot partition is taken by Windows Search Service files which include .ci, .dir and .wid extensions as seen in the picture below.
The solution is to have the larger partition for Windows Search indexer files, or disable the role service.
To disable the service:
Open Server Manager | Expand ‘Roles’ | Righ click on ‘File Services‘ and click ‘Remove Role services‘
Remove the Windows Search Service role. Restart the server.
Windows Search files reside in the following path:
C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles
To be able to access this path, you will have to enable the ‘Show hidden files, folders, and drives‘
Open Windows Explorer | Click ALT | Tools | Folder Options | View tab
Select the ‘Show hidden files, folders, and drives‘ radio button | Hit OK.
A prompt will appear on the following folder:
C:\ProgramData\Microsoft\Search\Data
Hit Continue to automatically add your admin account to the ACL of the above folder so we can continue.
Once you navigate to C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Projects\SystemIndex\Indexer\CiFiles path, move all of the files to another partition, or delete those files to free disk space on boot partition.
Comments are welcome!