I tried to wirte Linux ISO image on that card and after that SD card seems to be broken - originally it was FAT32 but after that it pretends to be ext3 ( but it isn't) - I was unable to write that image on that SD card for some reason ( I did it via windows...)
Code:
An error occurred while accessing '1.5 GiB Removable Media', the system responded: The requested operation has failed: Error mounting /dev/sdc1 at /run/media/robert/ef41a57c-ac25-49ca-8e4d-d5690abfb35d: Command-line `mount -t "ext3" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdc1" "/run/media/robert/ef41a57c-ac25-49ca-8e4d-d5690abfb35d"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so.
Code:
dmesg | tail
[184239.118944] sd 10:0:0:0: [sdc] Attached SCSI removable disk
[184271.938482] sd 10:0:0:0: [sdc] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[184271.939091] sd 10:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[184271.943189] sdc: sdc1
[184276.150727] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[184276.158314] JBD2: no valid journal superblock found
[184276.158319] EXT4-fs (sdc1): error loading journal
[184520.737917] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[184520.744301] JBD2: no valid journal superblock found
[184520.744310] EXT4-fs (sdc1): error loading journal