Before you spend effort on this, check archive.org and see if the software has already been archived.
No Stupid Questions
No such thing. Ask away!
!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Rules (interactive)
Rule 1- All posts must be legitimate questions. All post titles must include a question.
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Rule 2- Your question subject cannot be illegal or NSFW material.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Rule 3- Do not seek mental, medical and professional help here.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
Rule 4- No self promotion or upvote-farming of any kind.
That's it.
Rule 5- No baiting or sealioning or promoting an agenda.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Rule 6- Regarding META posts and joke questions.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
Rule 7- You can't intentionally annoy, mock, or harass other members.
If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
Rule 8- All comments should try to stay relevant to their parent content.
Rule 9- Reposts from other platforms are not allowed.
Let everyone have their own content.
Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.
Credits
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
Archive.org has tutorials on how to upload as well. I'm too lazy to go find them right now though.
Yes, this is what a CD drive is for. If you have CD-ROMs, you can image them for a perfect copy, or you can copy their files out like you would with any other drive.
You can probably find an old computer with a CD drive for free to do it with.
Or spend $10 for a USB CD/DVD Writer/Reader
Or $110 if you're a moron like me, going for a state-of-the-art LG drive that does the same exact job and nothing more
no, it does more: it has that more authentic, nostalgic sound when its working
Thanks! I think my pc has a CD drive, I'll see about imaging the files.
ImgBurn should be helpful if you are on Windows.
Ripping it to an ISO file is basically the "industry standard". Something else I used to see when sailing the high seas back in the day is bin/cue pairs, but iso was by far the most prevalent. I have long since forgotten how this is done on windows, but on Linux it's basically dd if=/dev/cdrom of=/home/studmuffin2000/somecd.iso
Depends on the CD. If it’s just a data CD, iso is the way to go. If it’s a mixed mode CD with data plus audio, bin/cue will preserve the audio tracks but iso may not. Also, mixed Joliet/HFS CDs can lose one of the formats if imaged with an iso imager.
The big thing is that you want to image the entire CD and not just the most recent track on the CD.
That makes sense - I never looked into why bin/cue was sometimes used. Would that mean that bin/cue is better for multitrack and mixed mode CDs?
Yes, because it records “all” the data.
Other image formats also store the extended data at the start of the disc and the gap data between the tracks, but unless it’s an odd format or has some really nasty copy protection, that information isn’t usually useful.
how do you figure out if it's a plain data CD or there's something extra on it too?
The format (mixed mode, red book, multitrack, hybrid, etc.) is usually stamped on the CD.
I'm not sure if it's still around, but Alcohol 120% used to be great for bit for bit copying to iso
That's a name I haven't heard in a very long time.
I am taken back into time by 20+ years. I remember hearing from my friends that it's the best lightweight imaging tool
It is still around actually! I looked into it a month or two ago when I was having some similar thoughts as OP. I found it quite cool they'll let you download a windows 9x compatible version too for people using the images on a retro machine.
I've done the DVDs I care about, and ensuring I've got FLACs of all my CDs is probably next.
I'm deciding if it's actually worth doing my PS1 games given I've already got a (not entirely legitimate) full 1g1r library on my media server, my rarest game is probably silent hill and that's definitely already in there.
I forgot about that! Good times.
I'll look into it, thanks!
Please don't. It's ancient.
you can mostly just create ISO files from the discs.
some original discs, especially games, may have a copy protection scheme (safedisc, securom, etc) that makes them unplayable without being run with the original media, though. there was some software back then that worked pretty well at 'making backups' of those discs. also note that some drives (the hardware itself) were better than others at running that software to make them. i haven't kept up with that stuff in a very long time, so i don't have a clue what exists today.
yeah that's what in afraid of, if it's copywrite or DRM protected.
The tools to get around early CD DRM copy protection is still available on GameCopyWorld's website. I'd provide more detail but unfortunately you asked this on the .world instance. Hit up db0 piracy community if you wanna go that route.
Gamecopyworld omg that's a blast from the past! I loved that site...
definitely will.
Be carful when cleaning the dust off. The tiniest scratch could corrupt data.
Good point. I'm not sure how old these are either, if the data is already corrupted or if they have disc rot or anything
ImgBurn
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!
My PC is on Pop!_OS, I'm pretty sure it has a CD drive with it too.
How are you with working in the command line? If so, just use:
dd if=/dev/cdrom of=backup.iso
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.
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.
dd if=/dev/dvd of=game.iso bs=4096
Good luck
Just write it down.