neufuse Veteran Share Posted June 14, 2019 I have 6 files that absolutely will not delete... every file is 0KB, if you try to rename them it says could not find this item this is no longer located in {x} verify the items location and try again.. if you try to delete them in explorer you get the same message... go to command prompt same message... boot in windows pe and do it in that command line same message.... I've tried 3rd party tools no luck. It's almost like the MFT table record was made but no actual file and now it's just confused? Reformatting the drive of course fixes the problem... but the program that makes them keeps randomly making them (it's a file transfer utility) when doing a temp file for storage while the transfer is in progress.. Check disk doesn't help..... any ideas? Link to post Share on other sites
+Eternal Tempest Subscriber² Share Posted June 14, 2019 Get a bootable / portable linux drive (that runs from ram), mount the drive and delete it from there? Link to post Share on other sites
Brandon H Supervisor Share Posted June 14, 2019 it's an annoying NTFS bug. I've run into it more than once myself since the XP days. it's supposedly a rare bug though so if it's happening consistently like you say then I'd report it to the program owner of the file-transfer tool. Usually the above suggestion from Eternal Tempest will solve it but I have had the rare occasion where I ended up having to format the drive to get rid of a glitched entry. Link to post Share on other sites
Jim K Global Moderator Share Posted June 14, 2019 Have you tried the 8.3 filename? dir /x (I believe) How about AVG Shredder? Link to post Share on other sites
neufuse Author Veteran Share Posted June 15, 2019 10 hours ago, Jim K said: Have you tried the 8.3 filename? dir /x (I believe) How about AVG Shredder? nope... no go.. haven't tried mounting the NTFS drive in linux yet, that will be the next attempt Link to post Share on other sites
bledd Share Posted June 15, 2019 (edited) Do this. Open CMD in an elevated mode (right click, run as admin) If the file is in.. C:\Users\USERNAME\Documents\filename.wtf del "\\?\C:\Users\USERNAME\Documents\filename.wtf" One of those stupid Windows filesystem bugs. 1 Share Link to post Share on other sites
neufuse Author Veteran Share Posted June 17, 2019 9 minutes ago, softwaretested said: Make sure the apps associated with those files are not running. You might need to check Task Manager to look at the running processes there. Try deleting in Safe Mode. Close all Windows Explorer processes (via Task Manager). Or use an app. I don't think you read this thread first :P Link to post Share on other sites
CrashG Share Posted June 17, 2019 On 6/14/2019 at 10:30 AM, neufuse said: any ideas? I'd look into finding a file transfer utility that didn't cause this issue in the first place. Link to post Share on other sites
Laser Share Posted June 17, 2019 Unlocker usually works on these types of files https://unlocker.en.softonic.com/ 4 Share Link to post Share on other sites
neufuse Author Veteran Share Posted June 17, 2019 40 minutes ago, CrashGordon said: I'd look into finding a file transfer utility that didn't cause this issue in the first place. it's system we can't ditch... it's a data feed from a company we deal with that sends EDI files.. this isn't just some FTP client, it's their requirement we use this specific system Link to post Share on other sites
neufuse Author Veteran Share Posted June 17, 2019 38 minutes ago, Laser said: Unlocker usually works on these types of files https://unlocker.en.softonic.com/ nope, doesn't work I can't even get them to delete from a linux USB boot I'll add this, we did NOT have this issue until we went to server 2016 and windows 10... now it's all the time Link to post Share on other sites
neufuse Author Veteran Share Posted June 18, 2019 On 6/14/2019 at 11:21 PM, bledd said: Do this. Open CMD in an elevated mode (right click, run as admin) If the file is in.. C:\Users\USERNAME\Documents\filename.wtf del "\\?\C:\Users\USERNAME\Documents\filename.wtf" One of those stupid Windows filesystem bugs. doesn't work either Link to post Share on other sites
+warwagon Subscriber² Share Posted June 18, 2019 Have you tried running a chkdsk /f c: on the drive? Maybe it's a bit of corruption in the file system. Link to post Share on other sites
sc302 Veteran Share Posted June 18, 2019 you can try malwarebytes fileassassin https://www.malwarebytes.com/fileassassin/ Usually a third party tool, utilizing a apple mac, or linux would be able to delete those files. can't you utilize robocopy to copy/transfer your files/folders, it is very fast and pretty easy to use. Link to post Share on other sites
neufuse Author Veteran Share Posted July 11, 2019 On 6/18/2019 at 10:45 AM, warwagon said: Have you tried running a chkdsk /f 😄 on the drive? Maybe it's a bit of corruption in the file system. yep returns no errors Link to post Share on other sites
+warwagon Subscriber² Share Posted July 11, 2019 9 minutes ago, neufuse said: yep returns no errors Have you checked the smart data with something like crystal disk info? Maybe the smart data will show a current pending sector .. maybe it's sitting on data right there? Link to post Share on other sites
shockz Share Posted July 11, 2019 Create a blank directory and use robocopy to overwrite whatever directory you're having issues with. Create a blank folder somewhere, for example: C:\Blank_Folder\ Now lets say all of the junk you want to delete is located here: D:\Keep\Keep\DESTROY\****\***.... etc .etc ..etc... You're going to use robocopy to Copy that blank folder over top of the DESTROY folder... with /E for subfolders and files... with the /MIR switch which will purge anything that is not in the source (there is nothing... its a blank source) robocopy c:\Blank_Folder\ D:\Keep\Keep\DESTROY\ /E /MIR Make sure you don't get source and destination confused and back up any files you actually need. Link to post Share on other sites
neufuse Author Veteran Share Posted June 20, 2020 still having this issue...... if you try to do anything to these zero byte files it says they can't be found by ANY applications that try to delete them it's almost like NTFS's MFT table has a link but the link points no where the exact error message is Could not find this item This is no longer located in {path}. Verify the item's location and try again. Link to post Share on other sites
adrynalyne Share Posted June 20, 2020 6 minutes ago, neufuse said: still having this issue...... if you try to do anything to these zero byte files it says they can't be found by ANY applications that try to delete them it's almost like NTFS's MFT table has a link but the link points no where the exact error message is Could not find this item This is no longer located in {path}. Verify the item's location and try again. Did you ever try Linux? Link to post Share on other sites
+LostCat Subscriber² Share Posted June 20, 2020 (edited) I had this happen before with a file (twice iirc) and somewhere around 3/4 or 4/5 of file unlock tools wouldn't get rid of it. I wish I remembered what worked o.o Try Lockhunter? Link to post Share on other sites
neufuse Author Veteran Share Posted June 20, 2020 (edited) 16 minutes ago, adrynalyne said: Did you ever try Linux? same thing it's like the file isn't there but there is a record to it in the MTF table 8 minutes ago, LostCat said: I had this happen before with a file (twice iirc) and somewhere around 3/4 or 4/5 of file unlock tools wouldn't get rid of it. I wish I remembered what worked o.o Try Lockhunter? same issue, says path doesn't exist, and lock hunter says nothing is locking the file Link to post Share on other sites
neufuse Author Veteran Share Posted June 20, 2020 16 minutes ago, Peresvet said: I'd give chkdsk a try. done that many times, no errors.... I've had this issue from the initial windows 10 version all the way up to 2004 now chkdsk shows nothing still Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now