19

On my system partition I have a folder which cannot be deleted. This folder has been created by restoring files from an Acronis TrueImage backup.

The error message says:

Error 0x80070570: The file or directory is corrupted and unreadable.

I already tried running chkdsk /r /f when booting several times but the problem persists.

Are there any other utilities or chkdsk options which I could try to fix this problem?

0xA3
  • 243
  • 1
  • 2
  • 9
  • 1
    Anyways in my case just right clicking on the drive and running check and repair from Windows GUI worked for me. It's Windows 10. Leaving a comment in case somebody might find it useful. – xji Nov 02 '15 at 14:37
  • Take any file, rename it to the same name as the corrupted one, copy it to the same directory and overwrite the corrupted file. Now you should be able to delete it. For directories, try to create a new file inside the corrupted directory and then delete the directory. – Lukáš Řádek Apr 12 '22 at 09:32

13 Answers13

13

Perhaps try ntfsfix (or similar program) in your favourite linux (or knoppix).
Usually located in package 'ntfsprogs'.

Sometimes trying to delete from Linux (with ntfs-3g or other ntfs-write-support) helps.

Knoppix (Linux-Live-CD/DVD): http://www.knoppix.net/

Yaakov Ellis
  • 556
  • 1
  • 10
  • 15
ppuschmann
  • 598
  • 1
  • 4
  • 16
  • Thanks, this was the only suggestion that actually worked. Great :-) – 0xA3 Sep 21 '09 at 09:47
  • 1
    Just a note I had a user w/ the same issue - some old ie .dll leftover from a Win7 -> Win10 upgrade, that was interfering w/ backups due to VSS shadowcopy creation failing. Tried accessing it offline, booted off WinPE, etc., whichever NTFS package that Linux Mint uses did the trick. (Do be sure to re-run chkdsk against all partitions on the drive afterward. ) – Orangutech Jul 27 '17 at 00:03
3

From what I remember a Startup Repair should repair the FS and remove the files.

for a howto see : http://windowshelp.microsoft.com/Windows/en-US/help/5c59f8c1-b0d1-4f1a-af55-74f3922f3f351033.mspx

As always when using this type of stuff, best to backup the system before

Sibster
  • 397
  • 1
  • 3
1

When you see the error "0x80070570 can't access files" on install click --> OK ---> you will be returned to the "Install Now" startup screen and - WITHOUT REBOOTING - just re-start the install

Naba
  • 11
  • 1
1

I've never done it with a folder but my fix for files that won't let you delete them under Windows is to do the following from the command-line:

echo "blah" > <filename>

It's worked for me every time :)

warren
  • 17,829
  • 23
  • 82
  • 134
  • 1
    Unfortunately this gives "The file or directory is corrupted and unreadable." I suppose I rather needed a tool fixing serious NTFS corruption before I can delete those files. – 0xA3 Sep 16 '09 at 08:17
  • that's a shame - I've successfully employed that when needing to kill files from my BT folder after I'd shutdown the BT client – warren Sep 16 '09 at 10:14
  • "The file or directory is corrupted and unreadable." – OhadR Dec 23 '16 at 08:01
1

Give it a try from a command prompt. If that still doesn't work try doing the same from safe mode.

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
  • Thank you for that tip. However, the problem seems not related to any process having an open handle to these objects. It seems related to a serious FS corruption. Are there any tools to fix that besides chkdsk? – 0xA3 Sep 16 '09 at 08:20
  • Sorry, I can't think of any other utilities to try. If this is a system drive and you ran chkdsk from inside Windows try having it run during a reboot. Windows itself may be interfering. – John Gardeniers Sep 16 '09 at 08:38
1

If this is really a badly corrupted filesystem issue, I would move whatever data off you can and then reformat the drive. It could also be an issue with failing hardware causing the corruption so be aware of that and check it if you can.

Goyuix
  • 3,164
  • 5
  • 28
  • 37
1

Two things I might try:

  1. Create a temporary folder ("delete_me"), and see if you can move the corrupted directory into this folder, then attempt to get rid of "delete_me".

  2. Boot from a linux-based distribution that has NTFS filesystem support (such as Ubuntu) and delete it from there.

Stéphane
  • 446
  • 1
  • 7
  • 15
  • Gah! I see that ppuschmann had more-or-less the same linux-based suggestion. I still think the linux-based rm and checkdisk option is the most likely to give you positive results if the MS-based checkdisk isn't fixing it for you. – Stéphane Sep 18 '09 at 18:59
1

You problably have a badblock on that drive. Try Ultimate Boot CD. It contains tons of useful tools.

minder
  • 709
  • 1
  • 5
  • 13
0

go to properties for trash bin change to bypass trash and should be able todelete corrupted file.

wjs57
  • 1
0

Try deleting the folder that contains the corrupted file/folder (move your precious files out first).

Andrew Arnott
  • 435
  • 1
  • 4
  • 11
0

Not sure how well it will work with a corrupted file. But whenever I need to delete something that the OS does not want me to Unlocker really helps out.

Give it a try. It might just work for this scenario too.

Vaccano
  • 997
  • 3
  • 15
  • 29
0

I had this happen last week. We popped the drive out and installed it in a system that had no issues, then check disk was able to fix it, though safe mode was not.

Kyle
  • 1,849
  • 2
  • 17
  • 23
-1

Some googling found this comment:

http://forums.techguy.org/windows-vista-7/755465-solved-error-0x80070570.html

linking to a Windows util:

http://windowshelp.microsoft.com/Windows/en-US/help/5c59f8c1-b0d1-4f1a-af55-74f3922f3f351033.mspx

According to the original poster, this fixed the problem.

splattne
  • 28,348
  • 19
  • 97
  • 147
  • Downvoted for having a signature on each of your answers...despite being told they were frowned upon. – GregD Dec 01 '09 at 21:22