SD Card fails to format using official SD Card format tool on Windows

https://programming.dev/post/15411504

Cross post

11 points · 4 comments · view on lemmy.world

4 Comments

n0pe@lemmy.world · 4 pts · 2y (2 replies)

Okay, when you're having issues with an SD card not formatting, I always try the following steps first. Open powershell or cmd prompt in admin mode then try:

diskpart

list disk

select disk

clean

create partition primary

format quick

Then give it another go. This will often resurrect dead drives/cards/USB sticks or reset them back to their old capacity when it displays wrong.

forrgott@lemm.ee · 1 pts · 2y (1 reply)

Are there even any "next steps" after doing this?

I don't mean to sound contrary! I'm genuinely curious. Because it seems like diskpart is a pretty low level tool, so if this trick fails, I'm wondering have you pretty much eliminated software related causes?

n0pe@lemmy.world · 2 pts · 2y

There may be using a card/drive manufacturers utility but I'm not sure beyond that. I'll usually abandon a drive or card if this doesn't work. With that said, someone smarter than me may have some other suggestions (linux-based?) using gparted or another tool.

OneCardboardBox@lemmy.sdf.org · 2 pts · 2y

I would try again with another SD card, if I had one.