Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • runy
    Participant
    Post count: 5

    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?

    Anonymous
    Inactive
    Post count: 1

    This is possible through fstab. Follow this tutorial:

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

    pi-guy
    Participant
    Post count: 32

    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.