USN Journal (Failed to query / Unable to delete)

General discussion related to "Everything".
Post Reply
vurtikas
Posts: 36
Joined: Fri Jan 08, 2010 11:28 am

USN Journal (Failed to query / Unable to delete)

Post by vurtikas »

OS = Windows 2000 SP4
F: drive = USB reader + SD card (2GB FAT)
Application Popup wrote:Unable to delete USN Journal on F:
Errorlog.txt wrote:

Code: Select all

Everything 1.3.0.632b: .\src\os.c(4258): os_query_usn_journal(): DeviceIoControl(00000124,FSCTL_QUERY_USN_JOURNAL,0,0,03d60000,56,0012f394,0): 1: Failed to query USN Journal.
Everything 1.3.0.632b: .\src\os.c(4258): os_query_usn_journal(): DeviceIoControl(00000124,FSCTL_QUERY_USN_JOURNAL,0,0,03d60000,56,0012f394,0): 87: Failed to query USN Journal.
Everything 1.3.0.632b: .\src\os.c(4258): os_query_usn_journal(): DeviceIoControl(0000015c,FSCTL_QUERY_USN_JOURNAL,0,0,040c0000,56,0012eff8,0): 87: Failed to query USN Journal.
Everything 1.3.0.632b: .\src\os.c(5709): os_delete_usn_journal(): DeviceIoControl(00000238,FSCTL_QUERY_USN_JOURNAL,0,0,0012f6a0,56,0012f6a4,0): 1: Failed to query USN Journal.
Everything 1.3.0.632b: .\src\os.c(5709): os_delete_usn_journal(): DeviceIoControl(00000238,FSCTL_QUERY_USN_JOURNAL,0,0,0012f6a0,56,0012f6a4,0): 87: Failed to query USN Journal.
:? Do I have to worry about data corruption?


Buck Minotte
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: USN Journal (Failed to query / Unable to delete)

Post by void »

Nothing to worry about.

These errors are cause by "Everything" trying to read the NTFS USN Journal on a FAT32 volume.
FAT32 does not support USN Journals.

In the NTFS options page, "Everything" can try to read USN Journals on FAT32 drives if you had check media for the F: drive unchecked and tried to check it.

If you would like "Everything" to index this volume you will need to convert it to NTFS first.
See http://support.microsoft.com/kb/307881 for more information.
vurtikas
Posts: 36
Joined: Fri Jan 08, 2010 11:28 am

Re: USN Journal (Failed to query / Unable to delete)

Post by vurtikas »

Kodak's crappy “DC File System Driver” running in the background seems to be the culprit.
The memory card belongs to an older digicam which isn't NTFS compatible, and 'tupid me forgot to eject the reader prior to testing the newest beta of Everything.

Thanks a lot for the prompt response and for making this great tool available as freeware!


Buck Minotte
jakenuts
Posts: 1
Joined: Tue Mar 12, 2013 11:43 pm

Re: USN Journal (Failed to query / Unable to delete)

Post by jakenuts »

I ran into something similar (couldn't add C or D drive despite their being NTFS and working previously). Turned out to be the same sort of storage driver issue, in my case a printer which had some small flash drive showing up in my devices. I disabled the disk from the Device Manager and suddenly everything is back to normal. Yay.
Post Reply