I did something terrible to my SD card and I do not know how to format it.
I do not see the card with Nautilus, Gparted, nor fdisk. So I am not able to use answers from other questions I found here.
However, the output of $ ls -la /dev/sd*
is
brw-rw---- 1 root disk 8, 0 bře 17 18:34 /dev/sda
brw-rw---- 1 root disk 8, 1 bře 17 18:31 /dev/sda1
brw-rw---- 1 root disk 8, 2 bře 17 18:34 /dev/sda2
brw-rw---- 1 root disk 8, 5 bře 17 18:31 /dev/sda5
brw-rw---- 1 root disk 8, 16 bře 17 18:34 /dev/sdb
brw-rw---- 1 root disk 8, 17 bře 17 18:34 /dev/sdb1
brw------- 1 root root 8, 32 bře 17 18:38 /dev/sdc
The sdc is the broken card I think - I can see sda and sdb with gparted and I know what they are.
How can I fix the card? Any idea?
/dev/sdc
, chances are good, that mkusb can restore it to a standard storage device. – sudodus Mar 17 '17 at 19:20sudo lsblk -o model,name,fstype,label,hotplug,size,mountpoint
– sudodus Mar 18 '17 at 05:16