[quote author=“Thom”]
Few questions, first sorry for the Ko/Kb thing :oops: and thanks for the correction..
Looks like you found the solution of your problem, but I will answer you anyway
How did that happen? The camera is brand new so is the memory card (SD) never been used.
Why that did happen, frankly, I have no idea. It could be a bug in the camera software (ominous, isn’t it) or a minor hardware glitch anywhere…
But how and what happened, that seems pretty clear: Your memory card has a filesystem on it (something like e.g. FAT, NTFS, ext2…), otherwise you wouldn’t have the concept of “files” and “directories” on it. Somehow, your filesystem metadata got corrupted. With some bad luck, even a single wrong bit can cause some bad corruptions. In your case, it seems that a bit more got f*ed up.
How would you do to get all those picture back? Some kind of magic power you don t want us to know about :wink:
No, there isn’t ANY magic about computers And the principle is kind of simple, too:
First, I would just assume that your camera places your pictures onto the media without any great fragmentation. You said camera and media were brand new, so it’s a pretty safe bet.
Then, I would look at the media itself. Note that I wouldn’t mount it, or see it as a filesystem, I would look at it in a very raw manner. Think of your memory card as if it were a really big file in which there is a filesystem, which creates the concept of files and directories. Well, I don’t care about the filesystem meta structure (because it’s obviously gone FUBAR) and just look at that huge stream.
Your camera saves pictures in JPEG? Well, in that case, I search for everything which looks like a JPEG header in this big stream. Since I still assume that no or almost no fragmentation occured within your filesystem, I just lookup the size of the following image in the JPEG header (there are fields which give the resolution and similar things) and rip it out.
That’s it, basically. But as you see, it isn’t something which you do on your normal home use windows installation in 10 minutes. You really don’t have to be a very good programmer at all, but it helps a lot to be a real programmer, at least a little bit. You just have to understand filesystems and file formats in general in a bit-by-bit manner.
Come on.. won t tell anybody about you being a wizard..
seriously if you thing you can save the mmc i can have it shipped to germany…
Well, I would have had no problem with that But fortunately, you saved your pictures yourself.