- This topic has 0 replies, 1 voice, and was last updated 10 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.
On July 30, 2025, the U.S. Executive Order “Suspending Duty-Free De Minimis Treatment For All Countries” came into effect. This removes the previous duty exemption for low-value packages and introduces new procedural requirements that are still being defined by U.S. Customs and the United States Postal Service. In response, DHL has announced a temporary halt to standard postal parcel shipments into the U.S. and Puerto Rico. Dismiss
Skip to contentHomepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › TIP: multi roms easy way
I’m new – sorry if this has already been covered!
I have all my roms on an external drive and don’t use the rom folder that retropie creates on there, instead I symlink and this works great, allowing me to keep collections separate or combined, however I’d like – without affecting my actual rom collections as I prefer them neat.
Some rom collections are so big that you might need to search and create symlinks rather than just symlinking all files that belong to a folder (you’ll eventually get error messages part through, especially with ‘ filenames)
So, taking the Amstrad collection from *******.*** (redacted as per forum rules) my roms are here:
/media/usb/Amstrad CPC [TOSEC]/Amstrad CPC – Games – [DSK] (TOSEC-v2009-10-25_CM)
I would like roms available here (as a new collection, in which case I’d either add or modify retropie’s es config)
/home/pi/RetroPie/roms/amstradcpc-TOSEC-dsk
so I’d create the directory:
mkdir /home/pi/RetroPie/roms/amstradcpc-TOSEC-dsk
then I’d find roms and symlink them over
sudo find “/media/usb/Amstrad CPC [TOSEC]/Amstrad CPC – Games – [DSK] (TOSEC-v2009-10-25_CM)” -type f -exec ln -sfn “{}” /home/pi/RetroPie/roms/amstradcpc-TOSEC-dsk \;
I’m no wiz and there might be a better way to do this but this works great for me so I thought I’d pass it on and importantly it doesn’t error on the really big collections. I especially like it when combining different rom collections into one rom folder without touching my originals. Hope this helps anyone wanting to do the same