Talya wrote:
This is just out of curiosity, I have already fixed the problem, but how it happened is mind boggling to me, and I hate not solving a mystery.
I have a networked hard drive box. Small, cheap, Linux-based EXT formatted DLink box with a lousy 4 TB of drive space on two drives (which I've set up in RAID-1 for redundancy, so 2TB working space) that I store my media on.
In my music folders, I've ripped all my old CDs (and those few I still buy). I have all of Sarah McLachlan's CDs, and the other day, I discovered that all the songs ripped from just one of those CDs (Fumbling Towards Ecstacy) were corrupted, and while still the correct file length, played for all of 2 seconds each, making little electronic noise while they did, but nothing recognizable. All the other songs are fine.
I'd blame the initial rip, except I've made an MP3 data CD that I had in my car a couple years ago from that folder, and it works fine. In fact, I "solved" the problem just by grabbing that CD and copying them all back to my NAS box, overwriting the originals.
File corruption is nothing new. That doesn't surprise me. What surprises me is the specificity of the corruption. Random file corruption doesn't target files with metadata marking them as coming from one specific album. ONLY files ripped from one CD were corrupted, but at one point those files worked.
This makes no sense to me. I hate things not making sense to me.
Take a look at one of the corrupted files in a hex editor, compared to one of the re-ripped versions, or even better download something like BeyondCompare and run a data compare. Do you see any particular patterns? Is the corrupted file a truncated version of the original (with zeros at the end)? Is there some data in it that might resemble another file format? Are the corrupted changes just seemingly random data? The fact that it only plays for a few seconds implies that your MP3 player can recognize one frame but none of the others, and even the data in that segment is wacky (maybe a corrupted bitrate or sampling frequency).
It sounds like everything in just one directory got screwed up (assuming you sort out artists/albums by directory). Even if not, files ripped/copied at the same time are more likely to be in the same physical neighborhood on the HDD. Bad sector that the filesystem didn't correct? Assuming Windows, run a chkdsk /f in case?
EDIT - And if I had read more of the thread, I would have seen Coro say basically the same thing.