I'm in a similar situation to the one d3vid was in. I'm trying to reformat my SD card because I believe that's what's making it so hard for my computer to recognize it. Gnome Disk Utility recognizes the SD card but every time I try to format the card it returns a new error. I ran ls -la /dev/sd*
before and after inserting the card and there was no difference between the outputs. It's like some parts of the computer can recognize the card and others can't...
When I tried to format it as FAT without overwriting the contents disk utility gave the error Error creating file system: Command-line 'mkfs.vfat -I -n "RASP" "/dev/mmcblk0"' exited with non-zero exit status 1:
stdout: 'mkfs.fat 3.0.28 (2015-05-16)
'
stderr: 'mkfs.vfat: failed whilst writing reserved sector
' (udisks-error-quark, 0)
When I tried overwriting the contents first it gave:
Error erasing device: Error writing 1048576 bytes to /dev/mmcblk0: Input/output error (udisks-error-quark, 0)
lsblk
showed the disk. sudo blkid
did not. How can I wipe or format it?
ls -la /dev/mmcblk*
instead ofls -la /dev/sd*
? – mchid Jun 03 '16 at 16:36