Thank you for your feedback.
Everything NTFS indexing does not follow directory symbolic links.
You will need to either:
Use folder indexing (easy, but slow):
- In Everything, from the Tools menu, click Options.
- Click the Folders tab.
- Click Add....
- Select your directory symbolic link and click OK.
- Click OK.
-or-
Manually add a
NTFS directory symbolic link (difficult, but fast):
- Make sure Everything is not running (right click the Everything system tray icon and click Exit)
- Open your %APPDATA%\Everything\Everything.ini
- Change the following lines:
auto_remove_offline_ntfs_volumes=1
ntfs_volume_guids="\\\\?\\Volume{C DRIVE GUID}","\\\\?\\Volume{D DRIVE GUID}"
ntfs_volume_paths="C:","D:"
ntfs_volume_roots="",""
ntfs_volume_includes=1,1
ntfs_volume_load_recent_changes=0,0
ntfs_volume_include_onlys="",""
ntfs_volume_monitors=1,1
to:
auto_remove_offline_ntfs_volumes=0
ntfs_volume_guids="\\\\?\\Volume{C DRIVE GUID}","\\\\?\\Volume{D DRIVE GUID}","\\\\?\\Volume{C DRIVE GUID}"
ntfs_volume_paths="C:","D:","D:\pj"
ntfs_volume_roots="","","users\me\Onedrive\Documents\Projects"
ntfs_volume_includes=1,1,1
ntfs_volume_load_recent_changes=0,0,0
ntfs_volume_include_onlys="","",""
ntfs_volume_monitors=1,1,1
\\\\?\\Volume{C DRIVE GUID} must match the volume GUID For your C: drive.
"D:\pj" is the mount location
"users\me\Onedrive\Documents\Projects" is the root location on your C: drive
auto_remove_offline_ntfs_volumes must be disabled, otherwise the custom volume will be removed, because Everything thinks it is "offline".
Save changes and restart Everything.
If you need any assistance setting up this NTFS directory symbolic link please
send me your Everything.ini.