-1

I got a sd card that i need to format, but i cannot, i tried various answers from questions in superuser and askubuntu but none of them worked. ( before asking, my sd card is unlocked ).

So, how can i format it?

Screenshot: Here

1 Answers1

0

If your SD card has a switch on the side, make sure it's not in the "Lock" position.

Otherwise, I'd try sudo mkfs -t ext4 /dev/mmcblkop1

You might need to run sudo fdisk -l first to identify the drive location, as "mmcblkop1" might change if you needed to unlock it.

But like user535733 said, it could very well be the card if nothing is working.

Keet
  • 1