Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › USB Rom Storage Curiosity › Reply To: USB Rom Storage Curiosity
02/23/2015 at 14:07
#88737
Participant
One option that might work is to symlink the ~/RetroPie/roms directory to the usb drive’s roms directory.
something like:
$ sudo rm -rf ~/RetroPie/roms
$ ln -s /media/usb/roms ~/RetroPie/roms
There is also a USB ROM service under in the setup script
sudo ~/RetroPie-Setup/retropie_setup.sh
Under setup you’ll see the option. This appears to install a hook into the usbmount service so that when you plug in a usb drive it attempts to sync that with your local roms directory. I haven’t used it so don’t know how well it works and it isn’t quite what you wanted.