.filepart file is not updated

Discussion related to "Everything" 1.5 Alpha.
Post Reply
zenax
Posts: 3
Joined: Thu Oct 15, 2020 3:30 pm

.filepart file is not updated

Post by zenax »

I am using the OpenSSH Server that is built-in on Windows 10 to provide SSH service.
I am experiencing an issue when uploading files via WinSCP.
When I upload files from another computer, a temporary file named ".diskpart" is created on my computer during the upload process.
However, after the upload is complete, this file is not deleted from the Everything program's database and continues to be found.

I used Everything 1.5.0.1339a (x64). Disk is NTFS file system (cannot rescan manually).
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: .filepart file is not updated

Post by void »

Possibly a hard link?
Everything 1.5 doesn't detect deleted hard links.

A program might still have a handle opened to the .filepart file.
Everything won't see the deletion until all handles are closed.

Please try forcing a rebuild:
  • In Everything, from the Tools menu, click Options.
  • Click the Indexes tab on the left.
  • Click Force Rebuild.
  • Click OK.
If you would like to avoid forcing a rebuild and just reindex a specific NTFS volume:
  • Type in the following search and press ENTER:
    /reindex c:
    where c: is the NTFS volume to reindex.
Post Reply