Homepage Forums RetroPie Project Ideas for Further Enhancements ROMS storage in networkd drive

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88082
    runy
    Participant

    Hi,

    Congratulations for the application and the website!!!

    Would be able to storage the ROMS files in the network drive (i.e. synology NAS) and use them from this location?

    #103720
    Anonymous
    Inactive

    This is possible through fstab. Follow this tutorial:

    http://geeks.noeit.com/mount-an-smb-network-drive-on-raspberry-pi/

    #105127
    pi-guy
    Participant

    That tutorial helps but this works well for me with file server being windows os.
    1. Create a blank folder, I like my home folder
    mkdir ~/roms

    2. Edit /etc/fstab
    sudo nano /etc/fstab

    3. Enter the following on the last line of that file (change to meet your needs)
    //HostnameOrIP/h$/roms /home/pi/roms cifs username=username,password=password,iocharset=utf8,sec=ntlm

    4. Reboot
    sudo reboot

    5. Check to make sure it worked by putting something in that folder on the PC and viewing the contents of the folder on the pi

    6. Copy all files and folder structure from original roms folder to mounted folder.
    cp -a ~/RetroPie/roms ~/roms

    7. Change es_systems.cfg and edit <path> by removing just “RetroPie/” from each object.
    sudo nano /etc/emulationstation/es_systems.cfg

    8. Reboot again (see step 4)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Ideas for Further Enhancements’ is closed to new topics and replies.