I had all files included in the results list (blank search bar), sorted by size. I noticed several very large files (Ubuntu ISOs) that I didn't need anymore, so I deleted them (from the results list). I got the prompt that they were too big to go into the recycle bin, so I clicked the button to delete them. Some of the files remained in the results list, but they are no longer in the Path folder. If I attempt to delete them from the results list, I get an error message: "Unable to delete. Error 2: The file was not found or the filename is too long." Oddly, the filenames shown are 8.3 filenames. Running 1388a.
files not removed from results list after being deleted (1388)
Re: files not removed from results list after being deleted (1388)
The files are physically gone from the disk?
Were the files originally named in an 8.3 format*?
Did they originally display in an 8.3 format, in Everything, or was it more like, 'ubuntu-24.04.1-desktop-amd64.iso'?
*Format.
A file, well, the way I see it, may in fact be 8.3 or a file could be named an 8.3 manner.
If you, DIR > UBUNTU~2.ISO, the file will have an 8.3 type name, but it actually has no SFN(8.3).
A DIR /X U*.ISO would show that.
Were the files originally named in an 8.3 format*?
Did they originally display in an 8.3 format, in Everything, or was it more like, 'ubuntu-24.04.1-desktop-amd64.iso'?
*Format.
A file, well, the way I see it, may in fact be 8.3 or a file could be named an 8.3 manner.
If you, DIR > UBUNTU~2.ISO, the file will have an 8.3 type name, but it actually has no SFN(8.3).
A DIR /X U*.ISO would show that.
Re: files not removed from results list after being deleted (1388)
This is a limitation with the USN Journal and Everything.
The USN Journal can sometimes log the wrong filename.
It will depend on the software used to edit the file and how it was opened.
You'll need to force a rebuild to remove these non-existent files:
Type in the following search and press ENTER:
(where c: is the drive to reindex)
To disable short filenames:
I have added to my TODO list to remove the non-existent files when you press Delete and the file doesn't exist.
The USN Journal can sometimes log the wrong filename.
It will depend on the software used to edit the file and how it was opened.
You'll need to force a rebuild to remove these non-existent files:
- In Everything, from the Tools menu, click Options.
- Click the Index tab on the left.
- Click Force Rebuild.
- Click OK.
Type in the following search and press ENTER:
/reindex c:
(where c: is the drive to reindex)
To disable short filenames:
- From a command prompt, run the following command:
fsutil.exe behavior set disable8dot3 1
I have added to my TODO list to remove the non-existent files when you press Delete and the file doesn't exist.
Re: files not removed from results list after being deleted (1388)
I think so. They aren't listed in File Explorer anymore, only in Everything.
The latter - I think the 8.3 file names shown in the results list may be the result of what Void is talking about, i.e. the USN journal sometimes logging the wrong filename.
Re: files not removed from results list after being deleted (1388)
Thanks Void! The non-existent 8.3 filenames aren't bothersome to me, just wanted to make sure you were aware of this little glitch.