RDC call every 2 seconds

Found a bug in "Everything"? report it here
enduser
Posts: 34
Joined: Mon May 02, 2022 2:34 pm

RDC call every 2 seconds

Post by enduser »

Version 1.5.0.1396a (x64)
Version 10.0.19045 Build 19045

What is RDC and why does it get called every 2 seconds only for the exfat drive?

Code: Select all

rdc wait 2 1
MSG: 00000000000502fe 0113 0000000000000003 0000000000000000
TRAY 00000113 0000000000000003 0000000000000000
fat filesystem name: exFAT
MSG OK
MSG: 00000000000502fe 0113 0000000000000002 0000000000000000
TRAY 00000113 0000000000000002 0000000000000000
MSG OK
MSG: 00000000000502fe 0113 0000000000000005 0000000000000000
TRAY 00000113 0000000000000005 0000000000000000
MSG OK
RDC E: \\?\Volume{ed...} 34
rdc wait 2 1
MSG: 00000000000502fe 0113 0000000000000003 0000000000000000
TRAY 00000113 0000000000000003 0000000000000000
fat filesystem name: exFAT
MSG OK
MSG: 00000000000502fe 0113 0000000000000002 0000000000000000
TRAY 00000113 0000000000000002 0000000000000000
MSG OK
rdc wait 2 1
MSG: 00000000000502fe 0113 0000000000000003 0000000000000000
TRAY 00000113 0000000000000003 0000000000000000
fat filesystem name: exFAT
MSG OK
MSG: 00000000000502fe 0113 0000000000000002 0000000000000000
TRAY 00000113 0000000000000002 0000000000000000
MSG OK
therube
Posts: 5727
Joined: Thu Sep 03, 2009 6:48 pm

Re: RDC call every 2 seconds

Post by therube »

(Only guessing?

Remote Desktop Connection?
And it's a way to provide access to UNC path?)
void
Developer
Posts: 19899
Joined: Fri Oct 16, 2009 11:31 pm

Re: RDC call every 2 seconds

Post by void »

RDC = ReadDirectoryChanges
Everything uses ReadDirectoryChanges to monitor changes to your exFAT drive.

Error 34 = ERROR_WRONG_DISK
The volume GUID for this drive letter has changed.



If you only have the one exFAT drive, please re-add this exFAT drive to your Everything index:
  • In Everything, from the Tools menu, click Options.
  • Click the FAT tab on the left.
  • Select your offline exFAT drive.
  • Click Remove.
  • Select your online exFAT drive.
  • Check Include in database.
  • Click OK.


If the volume GUID keeps changing, add your exFAT drive as a folder index:
  • In Everything, from the Tools menu, click Options.
  • Click the FAT tab on the left.
  • Select your offline exFAT drive.
  • Click Remove.
  • Click the Folders tab on the left.
  • Click Add....
  • Select your exFAT drive and click OK.
  • Click OK.