Error 0x80070570: How to delete corrupted and unreadable file?

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?

windows-7
filesystems
ntfs
corruption
asked on Server Fault Sep 9, 2009 by 0xA3

13 Answers

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/

answered on Server Fault Sep 18, 2009 by ppuschmann • edited Sep 25, 2013 by Yaakov Ellis
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

answered on Server Fault Sep 16, 2009 by Sibster • edited Sep 17, 2009 by Sibster
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 :)

answered on Server Fault Sep 16, 2009 by warren • edited Sep 16, 2009 by warren
1

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

answered on Server Fault Sep 16, 2009 by John Gardeniers
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.

answered on Server Fault Sep 17, 2009 by Goyuix
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.

answered on Server Fault Sep 18, 2009 by Stéphane
1

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

answered on Server Fault Sep 20, 2009 by minder
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

answered on Server Fault Feb 23, 2012 by Naba
0

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

answered on Server Fault Sep 17, 2009 by Andrew Arnott
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.

answered on Server Fault Sep 18, 2009 by Vaccano
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.

answered on Server Fault Sep 20, 2009 by Kyle
0

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

answered on Server Fault Oct 31, 2010 by wjs57
-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.

answered on Server Fault Sep 20, 2009 by Daniel Leiderman • edited Dec 6, 2009 by splattne

User contributions licensed under CC BY-SA 3.0