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
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
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.
mke2fs 1.46.5 (30-Dec-2021) /dev/mmcblk0p1 is mounted; will not make a filesystem here!
– Isaac Vinícius
Sep 10 '22 at 16:32