Hi,
I need an image of your SD card for analysis. How to make it:
1. Make sure there is nothing valuable on the SD card.
2. Insert it into your card reader and erase:
sudo dd if=/dev/zero of=/dev/sdXn bs=1M
where sdXn is exFAT partition of the SD card.
3. Insert the SD card into your camera and format it to exFAT.
4. Insert the SD card into the card reader again and make sure it fails
to mount with the same error.
5. Make a compressed image:
sudo gzip -c /dev/sdXn > dump.gz
6. Send the resulting dump.gz file here (it should be quite small).
--
Andrew Nayenko <
res...@gmail.com>