Skip to content
Live newsroom 70 readers online
Saturday, August 22, 2026 Live Sync: Just now
Demystifying Finance, Technology, and Global Markets for the Next Generation.
BreakingSangster Directs Hammer Review
Share Suggestions AVOID JPM Stage 4 (Conv: 3/5 | Size: 10%)

I stopped using virtual drives and now I run my retro Raspberry Pi projects from optical media

You can do a lot of cool stuff with an older Rapsberry Pi. I use mine for a few things: development, home lab experiments, and some light writing and programming. But, like many Pi enthusiasts, I also use it for various retro projects. Lately, I've been using optical media for storage and retrieval for very […]

By deepak · August 22, 2026 · 4 min read

You can do a lot of cool stuff with an older Rapsberry Pi. I use mine for a few things: development, home lab experiments, and some light writing and programming. But, like many Pi enthusiasts, I also use it for various retro projects. Lately, I've been using optical media for storage and retrieval for very specific reasons.

SD and microSD cards use flash memory. Flash memory is great, until something happens to cause data loss or corruption. It's also not always the best option when you need to store a lot of data long-term. microSD cards can have an issue with "read disturb,"—errors that happen when reading data every time something gets written to the card.

Even so, SD and microSD cards make sense for a cost-effective hobby machine like a Raspberry Pi. The SD cards that ship with the units are pretty solid.

To prolong their life and get a better experience from certain retro-based projects, I like to use my external CD-ROM drive, original discs, and curated DVD-R's. There's also the fact that I come from the generation of "people who burned everything to CDs" and it's something I do out of habit anyway.

Almost everyone I know in the hobby installs RetroPi at some point. It's a big part of the hobby.

Retro gaming has always been a passion for me. I like to joke that I'm not a retro gamer. I just have a backlog going back to 1993. For about a decade now, I've been following and occasionally participating in the NES Homebrew scene. Homebrew games are a big part of that.

To get RetroPie to recognize my data CD and let me run games from it, I had to mount it in the RetroPie directory:

ln -s /media/your-user/* /home/pi/RetroPie/roms/nes/CD_ROMs

If you don't mount the disc, RetroPi won't see your files and, well, you won't be able to play them.

While I'm going to try to get NESMaker running on the Pi for a future project, right now, I'm testing and recording footage of homebrew titles I've received directly from their publishers, backed on Kickstarter, or purchased from Itch.io. I'm having way too much fun with it, anyway:

I have a tendency to throw things into storage and forget about them. By keeping these on a physical disc in my home lab, I'm guaranteeing that I'll visit them often. Discs are a good way to preserve any code, artwork, and manuals (including my own creations) long-term.

One of the reasons I set this particular Raspberry Pi up the way I did was to do a series of retro gaming projects. Lemmings is one of my favorite PC games. So I tested whether I could get them to work from a disc.

Running old games like this sometimes requires WINE, DOSBox, or both. In this case, I installed an app called Box86 to help get it to work with WINE. The game is surprisingly large for an MS-DOS title and has a lot of colors, animation, and CD-quality music. Playing it from the disc feels (complete with slight loading times between levels) just like being a kid again.

The game runs fine, and it still sounds pretty good, probably because those old discs conform to Red Book standards.

I've been a Dungeons & Dragons player forever. I was a Dungeon Master back when it was Advanced Dungeons & Dragons, right before 3rd Edition came along and changed the entire hobby. When the Fifth Edition rolled around, I was even a paid DM and trainer for a while. But I got away from the hobby over the years. Lately, I've felt nostalgic for the second and third editions of the game, so I built a project around them.

Source: Read the original article on www.howtogeek.com