Pergunta

I have this SD card that I am trying to use to backup photos on a Windows computer.

After using the SD card on the Windows computer, and copying the photos back on a safe drive, I cannot erase the SD card:

enter image description here

And yep, in the Info window for the card, the device is listed as "read only":

enter image description here

I checked the Lock Tab and it's not on Lock position... What gives?

Foi útil?

Solução 3

For a reason I haven't yet understood, the card was erased just fine once I used an older version of Disk Utility.

When I inserted the SD Card in a computer running Yosemite, two drives mounted, one called "NO NAME" which I could click on, and one called "UNTITLED" which seemed to be a ghost file or an alias:

enter image description here

When using Version 13 (606) of Disk Utility (so, the version included with Yosemite), the SD Card was erased without any problem.

The ghost "UNTITLED" drive disappeared.

I am therefore led to believe that the new Disk Utility in El Capitan doesn't work the same way as the previous one, or that it failed at erasing the card in this particular situation.

Outras dicas

A better and simpler solution would be using the command-line.

Execute the following command to identify the mount name of SD card following the pattern /dev/diskX, e.g., /dev/disk2

diskutil list 

Say the disk name is /dev/disk2. Now format the card to FAT32 by running the following command:

sudo diskutil eraseDisk FAT32 MYSD MBRFormat /dev/disk2

I had the same exact problem. Format your card using this application: https://www.sdcard.org/downloads/formatter_4/index.html

Worked perfect for me.

Cheers.

I faced the same issue. I tried with 8GB, 16GB and 32GB cards and none worked. The trick was in the SD card reader. On the left side there was a switch for physical write protection. Toggling the switch and reinserting the card worked!!

I had to run

sudo diskutil eraseVolume exFAT MYSD MBRFormat /dev/disk2s1

to successfully format a volume on my 64G SD card.

I tried a different SD card reader, and that fixed the problem.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a apple.stackexchange
scroll top