I have a SanDisk Ultra 8GB SDHC 15MB/s Class 4 memory card that suddenly stopped working. When I insert it into the memory slot on my macbook pro it gets registered under /dev/disk1s1 put cannot mount. If I try mounting it with the following command:
mount /dev/disk1s1 /Volumes/SDDisk
I get the error: incorrect super block
If it try the alternate/backup super block with the command
fsck -b 32 /dev/disk1s1
I get the error:
Alternate super block location: 32
** /dev/rdisk1s1
BAD SUPER BLOCK: MAGIC NUMBER WRONG
I am looking to recover any data on the card. Any ideas?