Thank you for your feedback and logs Fred0815,
Adding a drive to your index is interrupting the folder scan.
I'll look into keeping the folder scan going when rebuilding the index.
For now, please disable automatically include NTFS volumes and please disable automatically remove NTFS volumes:
- In Everything, from the Tools menu, click Options.
- Click the NTFS tab on the left.
- Uncheck Automatically include new fixed volumes.
- Uncheck Automatically include new removable volumes.
- Uncheck Automatically remove offline volumes.
- Click OK.
Please let me know if the issue persists.
Never drop any data (possible option/manual step)
Everything should keep trying to read a directory listing on any error.
Everything will timeout after the setting folder_rescan_timeout (5 minutes by default -30 minutes in your case).
A rebuild will currently interrupt a folder rescan.
I'll look into keeping the folder scan going when rebuilding the index.
Commit to database every minute...10min
Tough to do without a full rescan.
I'll look into doing this.
Add e.g. “last seen/deleted” to the database to identify files that (temporarily) might not be available
I will consider adding properties to show this information.
For now, Last rescan information is available under Tools -> Debug -> Statistics -> Folder Index.
Continue scanning a folder where it ended before and not start from start again and again
I will consider support for saving the current scan to disk.
For now, please consider breaking your folder index into smaller folders.
For example, instead of indexing \\server\share, index:
\\server\share\folder1
\\server\share\folder2
\\server\share\folder3
Thank you for the suggestions.