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.