If you are experiencing problems with "Everything", post here for assistance.
Gyugas
Posts: 4 Joined: Fri Sep 26, 2025 6:41 am
Post
by Gyugas » Fri Sep 26, 2025 6:49 am
As the title say. When i do my monthly backup the only way i can eject my external hdd is to close everything, otherwise windows 10 complains that something is preventing it from ejecting the drive.
Event Viewer:
Code: Select all
The application \Device\HarddiskVolume4\Program Files\Everything\Everything.exe with process id 15196 stopped the removal or ejection for the device USB\VID_152D&PID_0578\MSFT30AD20240914085B.
Everything 1.4.1.1026
Windows 10 LTSC
therube
Posts: 5711 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Fri Sep 26, 2025 2:13 pm
The Windows Registry, now why did I never consider that.
Does toggling,
Index | Pause Updates
,
Index | Update Indexes
, allow you to Safely Remove without having to close Everything?
Gyugas
Posts: 4 Joined: Fri Sep 26, 2025 6:41 am
Post
by Gyugas » Sat Sep 27, 2025 7:07 am
therube wrote: Fri Sep 26, 2025 2:13 pm
The Windows Registry, now why did I never consider that.
Does toggling,
Index | Pause Updates
,
Index | Update Indexes
, allow you to Safely Remove without having to close Everything?
Sorry but i did not find those settings in the options window.
Phlashman
Posts: 53 Joined: Sun Sep 11, 2022 4:57 am
Post
by Phlashman » Sat Sep 27, 2025 8:19 am
Those options are under the Index menu, not Tools/Options
Gyugas
Posts: 4 Joined: Fri Sep 26, 2025 6:41 am
Post
by Gyugas » Sat Sep 27, 2025 9:03 am
Phlashman wrote: Sat Sep 27, 2025 8:19 am
Those options are under the Index menu, not Tools/Options
image.png (3.95 KiB) Viewed 5962 times
I cannot find any index menu.
void
Developer
Posts: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Sun Sep 28, 2025 4:22 am
Please send a debug log when Everything is preventing an external drive from being ejected.
In Everything, type in the following search and press ENTER:
/debug_log
Safe remove the volume.
--Wait for the safely remove request to fail.
In Everything, type in the following search and press ENTER:
/restart
Please upload your %TEMP%\Everything Debug Log.txt in a bug report .
Debug logs will show if Everything is processing the device removal request correctly.
Gyugas
Posts: 4 Joined: Fri Sep 26, 2025 6:41 am
Post
by Gyugas » Sun Sep 28, 2025 7:23 am
void wrote: Sun Sep 28, 2025 4:22 am
Please send a debug log when Everything is preventing an external drive from being ejected.
In Everything, type in the following search and press ENTER:
/debug_log
Safe remove the volume.
--Wait for the safely remove request to fail.
In Everything, type in the following search and press ENTER:
/restart
Please upload your %TEMP%\Everything Debug Log.txt in a bug report .
Debug logs will show if Everything is processing the device removal request correctly.
I sent the bug report. I had updated to 1.4.1.1028 before doing the instructions.
void
Developer
Posts: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Sep 29, 2025 2:16 am
Thanks for the logs.
Code: Select all
2025-09-28 04:20:26.798: WM_DEVICECHANGE 0000000000008001 0000000000d3f330
2025-09-28 04:20:26.799: stop monitor dbh 0000000000d3f330
2025-09-28 04:20:26.800: stop ntfs monitor 00000000052cebf0
2025-09-28 04:20:26.800: stop ntfs_monitor I: 5 0000000000000000
2025-09-28 04:20:26.801: stop refs monitor 0000000000000000
2025-09-28 04:20:27.216: WM_DEVICECHANGE 0000000000008002 0000000000d3f330
The logs show Everything receives the removal request (WM_DEVICECHANGE 0000000000008001)
Everything stops monitoring changes to the I: drive and closes all handles. (stop ntfs_monitor I:)
Everything is notified the removal fails shortly after. (WM_DEVICECHANGE 0000000000008002)
Everything reopens handles to your I: drive and resumes monitoring.
I am investigating the issue..