Unable to remove write protection from my SD card in windows 7
My SD card is showing:
The disk is write protected
So I open Diskpart through the command line in Windows 7 and follow these steps:
- To check my disk name I type:
list disk
- Now I select my SD card by this command
select disk 1
- Now I check the the permissions of SD card by this command
det dis
Here is the read only status of my SD card.
Current Read-only State : Yes
Read-only : No
- Now I type this command
attributes disk clear readonly
- Now, I check the status of SD card again, but nothing changes.
So, please tell me how solve this issue.
Solution 1:
There are two possibilities here:
1) The switch on an SD card does nothing more than block a little tab inside the reader from fitting into a little hole on the card (which you cover/uncover by flipping the switch). Maybe the tab inside the reader is stuck? Easy way to test this would be to just use another SD card and see if you get the same behavior. Or try to use this SD card in in another reader.
2) The SD card is bad. The flash controller inside the card has a safety feature to protect your data if the flash memory wears out. It will flip into write-protect mode at the hardware level to prevent you from using it anymore. There's nothing you can do to fix this. USB flash drives (most of which do not have a write-protect switch) will display this same behavior when they go bad.
It's a good thing SD cards are cheap :-)