Thanks for the logs.
The logs show this volume does not have any path names.
Is this volume shown in Computer Management -> Disk Management?
From the start menu, run: compmgmt.msc
Navigate to Storage -> Disk Management.
Is the E: drive listed here?
If you right click the E: drive and click Change Drive Letter And Paths is E: listed?
Is this volume listed in diskpart?
From a command prompt, run:
diskpart
in diskpart, type in the following and press ENTER:
list volume
Please try manually adding this volume:
- In Everything, from the Tools menu, click Options.
- Click the NTFS tab on the left.
- Uncheck Automatically remove offline volumes.
- Click OK.
- Completely exit Everything (right click the Everything system tray icon and click Exit).
- Open your %APPDATA%\Everything\Everything.ini
Change the following lines:
ntfs_volume_guids="\\\\?\\Volume{xxx}"
ntfs_volume_paths="C:"
ntfs_volume_roots=""
ntfs_volume_includes=1
to:
ntfs_volume_guids="\\\\?\\Volume{xxx}","\\\\?\\Volume{your-volume-guid}"
ntfs_volume_paths="C:","E:"
ntfs_volume_roots="",""
ntfs_volume_includes=1,1
- Restart Everything