Cannot delete a file. The file or directory is corrupted and unreadable
I have a file on my laptops SD card. I use the SD card as an extension of my hard drive.
When I try to delete this file (.jpg) I get the following error message
Error 0x80070570: The file or directory is corrupted and unreadable.
A quick Google search of this provides results for this error message during installation of Windows or on a Server.
I attempted the following command
del f "D:GitHubSitePhotoshoprestaurant-644504_1920.jpg"
But I get a similar image about it being corrupted.
I am able to write files to the SD card, amend files and delete files. This issue is occurring with only 1 file.
How can I remove this corrupted file?
windows-10 sd-card
add a comment |
I have a file on my laptops SD card. I use the SD card as an extension of my hard drive.
When I try to delete this file (.jpg) I get the following error message
Error 0x80070570: The file or directory is corrupted and unreadable.
A quick Google search of this provides results for this error message during installation of Windows or on a Server.
I attempted the following command
del f "D:GitHubSitePhotoshoprestaurant-644504_1920.jpg"
But I get a similar image about it being corrupted.
I am able to write files to the SD card, amend files and delete files. This issue is occurring with only 1 file.
How can I remove this corrupted file?
windows-10 sd-card
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20
add a comment |
I have a file on my laptops SD card. I use the SD card as an extension of my hard drive.
When I try to delete this file (.jpg) I get the following error message
Error 0x80070570: The file or directory is corrupted and unreadable.
A quick Google search of this provides results for this error message during installation of Windows or on a Server.
I attempted the following command
del f "D:GitHubSitePhotoshoprestaurant-644504_1920.jpg"
But I get a similar image about it being corrupted.
I am able to write files to the SD card, amend files and delete files. This issue is occurring with only 1 file.
How can I remove this corrupted file?
windows-10 sd-card
I have a file on my laptops SD card. I use the SD card as an extension of my hard drive.
When I try to delete this file (.jpg) I get the following error message
Error 0x80070570: The file or directory is corrupted and unreadable.
A quick Google search of this provides results for this error message during installation of Windows or on a Server.
I attempted the following command
del f "D:GitHubSitePhotoshoprestaurant-644504_1920.jpg"
But I get a similar image about it being corrupted.
I am able to write files to the SD card, amend files and delete files. This issue is occurring with only 1 file.
How can I remove this corrupted file?
windows-10 sd-card
windows-10 sd-card
edited Jun 17 '17 at 9:20
asked Jun 17 '17 at 8:37
MyDaftQuestions
45541743
45541743
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20
add a comment |
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20
add a comment |
1 Answer
1
active
oldest
votes
Well, the filesystem is corrupted. You have to fix it.
Right-click the card in Computer, select Properties → Tools → Check.
If you prefer command line, chkdsk /f X:
will do the same thing (replace X:
with the drive letter).
This may be an indication that the SD card will fail soon, make sure your backups are working and prepare a spare card.
Is this different tochkdsk /f
?
– MyDaftQuestions
Jun 17 '17 at 9:34
It's eitherchkdsk /f
orchkdsk /r
, AFAIR it's/f
by default but you can check a checkbox to make it/r
.
– gronostaj
Jun 17 '17 at 9:35
Well thechkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj
– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
add a comment |
protected by Community♦ Dec 1 at 12:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well, the filesystem is corrupted. You have to fix it.
Right-click the card in Computer, select Properties → Tools → Check.
If you prefer command line, chkdsk /f X:
will do the same thing (replace X:
with the drive letter).
This may be an indication that the SD card will fail soon, make sure your backups are working and prepare a spare card.
Is this different tochkdsk /f
?
– MyDaftQuestions
Jun 17 '17 at 9:34
It's eitherchkdsk /f
orchkdsk /r
, AFAIR it's/f
by default but you can check a checkbox to make it/r
.
– gronostaj
Jun 17 '17 at 9:35
Well thechkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj
– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
add a comment |
Well, the filesystem is corrupted. You have to fix it.
Right-click the card in Computer, select Properties → Tools → Check.
If you prefer command line, chkdsk /f X:
will do the same thing (replace X:
with the drive letter).
This may be an indication that the SD card will fail soon, make sure your backups are working and prepare a spare card.
Is this different tochkdsk /f
?
– MyDaftQuestions
Jun 17 '17 at 9:34
It's eitherchkdsk /f
orchkdsk /r
, AFAIR it's/f
by default but you can check a checkbox to make it/r
.
– gronostaj
Jun 17 '17 at 9:35
Well thechkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj
– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
add a comment |
Well, the filesystem is corrupted. You have to fix it.
Right-click the card in Computer, select Properties → Tools → Check.
If you prefer command line, chkdsk /f X:
will do the same thing (replace X:
with the drive letter).
This may be an indication that the SD card will fail soon, make sure your backups are working and prepare a spare card.
Well, the filesystem is corrupted. You have to fix it.
Right-click the card in Computer, select Properties → Tools → Check.
If you prefer command line, chkdsk /f X:
will do the same thing (replace X:
with the drive letter).
This may be an indication that the SD card will fail soon, make sure your backups are working and prepare a spare card.
edited Jun 17 '17 at 10:16
answered Jun 17 '17 at 9:33
gronostaj
27.9k1368107
27.9k1368107
Is this different tochkdsk /f
?
– MyDaftQuestions
Jun 17 '17 at 9:34
It's eitherchkdsk /f
orchkdsk /r
, AFAIR it's/f
by default but you can check a checkbox to make it/r
.
– gronostaj
Jun 17 '17 at 9:35
Well thechkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj
– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
add a comment |
Is this different tochkdsk /f
?
– MyDaftQuestions
Jun 17 '17 at 9:34
It's eitherchkdsk /f
orchkdsk /r
, AFAIR it's/f
by default but you can check a checkbox to make it/r
.
– gronostaj
Jun 17 '17 at 9:35
Well thechkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj
– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
Is this different to
chkdsk /f
?– MyDaftQuestions
Jun 17 '17 at 9:34
Is this different to
chkdsk /f
?– MyDaftQuestions
Jun 17 '17 at 9:34
It's either
chkdsk /f
or chkdsk /r
, AFAIR it's /f
by default but you can check a checkbox to make it /r
.– gronostaj
Jun 17 '17 at 9:35
It's either
chkdsk /f
or chkdsk /r
, AFAIR it's /f
by default but you can check a checkbox to make it /r
.– gronostaj
Jun 17 '17 at 9:35
Well the
chkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj– MyDaftQuestions
Jun 17 '17 at 9:36
Well the
chkdsk /f
worked. Can you update this in your post please so I mark it as answer @gronostaj– MyDaftQuestions
Jun 17 '17 at 9:36
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
Done! (minimum character count...)
– gronostaj
Jun 17 '17 at 10:16
add a comment |
protected by Community♦ Dec 1 at 12:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Can you write anything to SD card?
– IiroP
Jun 17 '17 at 8:45
@liroP yes I can (updated post)
– MyDaftQuestions
Jun 17 '17 at 9:20