• floo@retrolemmy.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    If you let us know what operating system you’re using, we can make some recommendations for some apps to use for archiving your CD collection.

    As was mentioned in another comment, you can rip the CDs into images (.iso files) which you can store and mount anytime!

      • floo@retrolemmy.com
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        3 days ago

        How are you with working in the command line? If so, just use:

        dd if=/dev/cdrom of=backup.iso

        • EtherWhack@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          Just be sure to double-check that both paths are correct before pressing enter, as ‘dd’ is a very powerful utility that can overwrite something if you aren’t careful.

          • floo@retrolemmy.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days ago

            Always good advice with Linux. I have, in the past, compared using the Linux command line to handling a loaded gun. It’s an extremely powerful tool, but you can literally kill your computer if you use it the wrong way.