Slashdot Mirror


Burned CDs Last 5 years Max -- Use Tape?

Lam1969 writes "Computerworld has interviewed Kurt Gerecke, an IBM storage expert and physicist who claims burned CDs only have a two to five-year lifespan, depending on the quality of the CD. From the article: "The problem is material degradation. Optical discs commonly used for burning, such as CD-R and CD-RW, have a recording surface consisting of a layer of dye that can be modified by heat to store data. The degradation process can result in the data 'shifting' on the surface and thus becoming unreadable to the laser beam." Gerecke recommends magnetic tapes to store pictures, videos and songs."

8 of 664 comments (clear)

  1. I guess it depends on how you treat them by bilbravo · · Score: 3, Informative

    I have some CDs that are burned copies (although I'd call this great quality cds, not cheap storebrand with no backing), stored in a CD wallet case that are easily over 5 years old... still work great.

    1. Re:I guess it depends on how you treat them by Yewbert · · Score: 4, Informative
      Closer than the article, but still missing a crucial distinction. -R and -RW are very different. -R is pretty much as you say - the ink/dye/CHEMICAL layer that's written to is burned; this layer is not the reflective layer.

      In -RW media, the write layer is a metallic layer that isn't "burned" but merely heated differentially to create regions of either more-crystalline or more-amorphous metal when cooled; these regions have different refractive characteristics, and can thus be distinguished by laser. This is why it's rewritable - the melting>glassy / melting>crystalline process is reversible.

      http://www.usbyte.com/common/Re-writable_CD.htm

      ...contains a succinct but detailed explanation as good as any I've seen (many other sources confuse refractivity with reflectivity, and don't clearly explain that the write layer and the reflective layer in a -RW medium are indeed different layers).

      So, to blather on only a little bit longer (too late?), to respond to the immediate contention in this subthread, the reflective layer is in NO case the very same layer as the data is written to. But, in practice, the top coating containing the reflective layer on any -R medium is so bloody thin as to make no difference. If it becomes separated from the surface of the disc, you're hosed. If you want to see how thin this layer is, stick a CD-R in a microwave for a few seconds, till it flashes, and observe the resulting flakes.

      Back to the bigger question, the paragraph in this crappy article that says "The problem is material degradation. Optical discs commonly used for burning, such as CD-R and CD-RW, have a recording surface consisting of a layer of dye that can be modified by heat to store data. The degradation process can result in the data "shifting" on the surface and thus becoming unreadable to the laser beam" is needlessliy confusing things by including "CD-RW" in the statement - to conflate a REVERSIBLE phase-change/metal layer-writing process with a PERMANENT burn/dye layer write process is stupid and confusing to anyone who doesn't know better. Whose fault it was to include that, I dunno.

      This still leaves the question open as to whether the sorta-stable phase-change alloy ages in substantially the same or else a very different way than the permanently altered -R ink/dye layer, and whether any such difference affects the useful lifespan. I've NEVER seen this specific question rigorously answered. I'd love to hear from anyone who has links or direct info.

  2. I can attest to that... by ajiva · · Score: 4, Informative

    The wedding photographer for my wedding gave me a DVD of the video + photos. After about two years the DVDs were so degraded that I could not a single DVD player would recognize them. And that's with light usage... Now I keep important DVD as images on an external hard disk.

  3. Nothing lasts forever by digitaldc · · Score: 4, Informative

    When I first asked this question of how long CDs will last, I was told about 70 years.
    I was also told that to lengthen a CDs shelf life, always store them vertically in a cool dry place, and clean them from the inside ring to the outer edge in a straight line.

    I found an article from the Optical Storage Technology Association and they say it depends on the initial CD quality and handling.
    According to this article, unrecorded CDRs last about 5-10 years, manufacturers claim recorded CDRs 50-200 years and recorded CDRWs 20-100 years.

    More info: http://www.osta.org/technology/cdqa13.htm

    --
    He who knows best knows how little he knows. - Thomas Jefferson
  4. NIST Study by goosman · · Score: 4, Informative
    http://www.itl.nist.gov/div895/gipwog/StabilityStu dy.pdf

    NIST Did a study that shows up to 30+ years of longevity that is totally dependant on handling and storage.

  5. Re:Screw that - I'm going back to stone tablets by Fordiman · · Score: 4, Informative

    Gonna do some math here.

    We'll assume that one can reliably retrieve data from a sheet of paper at 200 dpi.

    At 200 Dpi, with reasonable page margins of 0.5" per side, you have 1500x2000 (2.86M) potential dots. Assume one bit per dot. That's approximately 0.36MB per page per side. Add one line of dots per side for alignment.

    Since a page is evenly divisible by 5000 bytes, lets start there. 75 5000 byte blocks per page; each 5000 bytes will include:
    64 bit address (8-bytes)
    64 bit CRC (8-bytes)
    Data (4984 bytes)

    Additionally, since paper is (currently) a read-only media, we can preprocess the data using squashfs, thus assume that 4984 bytes is actually holding approximately 4k to 8k of data after compression and filesystem overhead.

    (4k to 8k)*75==(300 to 600kB) per page, per side.

    Thus, it would take roughly 175,000 pages, printed both sides, to equal a 200Gb hard drive. At 6ppm, which is pretty standard for a cheap laser printer, that would take 20 days to back up, not accounting for paper jams, toner or sleep.

    --
    110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
  6. Re:Just don't drop them! by WuphonsReach · · Score: 3, Informative

    This thread also strikes me as funny because I'm in the middle of archiving about 800 VHS tapes to DVD. Many are 15-20 years old, and I've been surprised at how well most of them still work. I wonder if the DVDs will last as long, but I figure it'll be easier to move the data off them since it won't have to be done in real time.

    1) Burn 2 copies, store them in physical separate locations.

    2) Don't fill the discs to the brim. Only encode about 3.8-4.0GB of MPEG2. Fill the rest of the disc with PAR2 files stored in the VIDEO_TS folder (prefixed with the letter 'z' so they appear on the edges/end of the disc).

    I render my DVDs to disc first, add the PAR2 data, then create the ISOs with ImgTool Classic before burning to disc. I make sure that my block size for PAR2 is a multiple of 2048 bytes (CD/DVD sector size).

    Even if you can't copy individual files off of the disc, tools like ISO Buster or ddrescue (or dd-rescue) can read the disc back at the sector level. That lets you pull as much information as possible back off of the disc. Assuming you don't have more bad sectors then recovery data, QuickPar (or the open-source commandline tool) can chew on that extracted data and rebuild the files.

    I did about 100 VHS tapes a year or two ago. I still have a bunch more to do in the coming year.

    --
    Wolde you bothe eate your cake, and have your cake?
  7. Re:CD Presses by Wavicle · · Score: 3, Informative

    Gold reflective layer CD-R's with a stabilized pthalocyanine dye have an expected shelf life of 200 years.

    That's 4 times longer than the expected life of an aluminum reflective layer pressed CD.

    --
    Education is a better safeguard of liberty than a standing army.
    Edward Everett (1794 - 1865)