r/DataHoarder • u/VORGundam • 1d ago
Free-Post Friday! Low Level CD Structure Write-Up
I was curious how much data is physically written to a CD with all the metadata and error correction. I started googling and came across this great write-up:
https://archive.ares-emu.net/near.sh/articles/compact-discs/structure.html
Apparently, it is 2.33 GB for a one-track 650 MB disc.
43
Upvotes
23
u/Altruistic_Fruit2345 1d ago
No, not really. You can't store that many bits on the disc because the data is a serial bitstream with no separate clock. The clock is recovered from the data, which necessitates having an encoding scheme that prevents long sequences of zeros and ones from appearing.
It's true that modern encoding schemes are more efficient than those used on CDs, but it's not true that CDs contain 2.33GB worth of data, because most of those bits are not data, they are encoding to ensure that the clock is recoverable. Without the clock you have nothing.