Unable to remove write protection from my SD card in windows 7

0

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:

  1. To check my disk name I type:

list disk

  1. Now I select my SD card by this command

select disk 1

  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

  1. Now I type this command
attributes disk clear readonly
  1. Now, I check the status of SD card again, but nothing changes.

So, please tell me how solve this issue.

Tabish Saifullah

Posted 2015-03-27T04:25:01.367

Reputation: 3

How old is this SD card? Have you been using it for some time and it just recently did this? – Mokubai – 2015-03-27T04:28:52.287

it's three year old.. – Tabish Saifullah – 2015-03-27T04:33:12.557

Answers

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 :-)

Wes Sayeed

Posted 2015-03-27T04:25:01.367

Reputation: 12 024