I have an SD card and when I plug it in to my desktop (which is openSUSE 11.3), it shows up in Dolphin and shows all folders and files. however when i try to view or copy a file(either by double clicking or using “cp” command) it throws an error:
Hi
Use dd_rescue to byte copy the files to another device. Note dd will overwrite the TARGET device. Then run an fsck on the TARGET device (eg the copy version)
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdg
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Any idea what this means and what I should do? I believe it is actually FAT, not ext2. How do I do it for that?