RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Empty es_systems.cfg

    Scheduled Pinned Locked Moved Help and Support
    essystemfile locationsfilesystem
    6 Posts 2 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ZangdaarrZ
      Zangdaarr
      last edited by

      Hi there,

      I am currently exploring the file system of retropie. My goal is to have retropie to read my Roms on my windows desktop.

      I read that all systems are linked in the es_system.cfg file, which is located at two locations:

      ~/.emulationstation/es_systems.cfg
      etc/emulationstation/es_system.cfg

      I went to both places, and open the file with sudo nano es_system.cfg, both files were empty (at least in ~/.emulationstation it did not exist before I opened it).

      My retropie is working fine, so why are my system files empty ?bolded text

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @Zangdaarr
        last edited by

        @Zangdaarr said in Empty es_systems.cfg:

        etc/emulationstation/es_system.cfg

        It's /etc/emulationstation/es_systems.cfg.

        1 Reply Last reply Reply Quote 0
        • ZangdaarrZ
          Zangdaarr
          last edited by

          Indeed !

          It's empty on ~/.emulationstation and filled etc/emulationstation, is there a reason for that ?

          By the way, is there any way to map the $home folder and access it via Samba ?
          Because I can access only to \retropie so far

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @Zangdaarr
            last edited by mitu

            It's empty on ~/.emulationstation and filled etc/emulationstation, is there a reason for that ?

            Yes - one configuration file is enough, EmulationStation will use the 1st one available. The main (system) configuration file is maintained by the RetroPie-Setup script, if a user wishes to customize it, they can copy it to $HOME/.emulationstation and modify it there, overriding the one in /etc/emulationstation.

            By the way, is there any way to map the $home folder and access it via Samba ?

            Yes.

            1 Reply Last reply Reply Quote 1
            • ZangdaarrZ
              Zangdaarr
              last edited by

              How can I do that ? I am pretty new in Unix and Networks actually :D I did not find a way to go all the way back from \retropie to the root and mount it as a disk

              1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator
                last edited by

                You'd need to modify /etc/samba/smb.conf and add the folder you want to share, with a similar set of configuration options as the other RetroPie share

                [...]
                [pi-home]
                comment = pi-home
                path = "/home/pi/"
                writeable = yes
                guest ok = yes
                create mask = 0644
                directory mask = 0755
                

                The easiest way would be to enable SSH and use WinSCP to see the files on the RetroPie system, you'll have access to the entire filesystem.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.