I have an SD card that was being used in my dashcam in my car. I ran out of space while it was filming and the file became corrupted. Now, I can't format SD card no matter what I do. If I delete the files from the SD card using my computer, they just come back when I plug in the SD card into the camera.
I have tried the built in
Formattool that is seen when right-clicking the SD card in the File Explorer. I get the error messageWindows was unable to complete the format.I have also tried changing the
Read-Onlyattribute from the the command line in hopes of then being able to delete all files and maybe successfully formatting the SD card but also did not work:
attrib -r D:\DCIM\VIDEO\*.*
attrib -r D:\DCIM\VIDEO
This was me clearing the Read Only attribute for the folder that contains the video files and all of the files inside it. This did nothing. The read only attribute was still there in the properties after this.
- I tried using
disk partlike this to clear the read only attribute:
attributes disk clear readonly
- I have tried other software such as
SD card Formatterand that also does nothing.
I have literally ran out of options, how in the world can I delete all of these files and format this SD card so that I can use it again??