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

    Skyscraper .ini editing for network share.

    Scheduled Pinned Locked Moved Help and Support
    skyscraper
    4 Posts 3 Posters 270 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.
    • R
      raulitob
      last edited by

      Hello,

      I"m running retropie v4.7.1 on a raspberry pie 4 and I have retroarch to load roms from a network share.

      so the auto start has this

      sudo mount -t cifs -o username=xxx,password=xxx //192.168.x.xxx/RetroPie/roms /home/pi/RetroPie/roms
      

      And that works great but my question is do I need to add that to the skyscraper config file as well? so for example

      inputFolder="/home/pi/RetroPie/roms"
      

      change it to

      sudo mount -t cifs -o username=xxx,password=xxx ```
      //192.168.x.xxx/RetroPie/roms /home/pi/RetroPie/roms
      

      or maybe just

      //192.168.1.156/RetroPie/roms /home/pi/RetroPie/roms
      

      Thanks!

      1 Reply Last reply Reply Quote 0
      • R
        raulitob
        last edited by raulitob

        Hello,

        I"m running retropie v4.7.1 on a raspberry pie 4 and I have retroarch to load roms from a network share.

        so the auto start has this

        sudo mount -t cifs -o username=xxx,password=xxx //192.168.x.xxx/RetroPie/roms /home/pi/RetroPie/roms
        

        And that works great but my question is do I need to add that to the skyscraper config file as well? so for example

        inputFolder="/home/pi/RetroPie/roms"
        

        change it to

        sudo mount -t cifs -o username=xxx,password=xxx ```
        //192.168.x.xxx/RetroPie/roms /home/pi/RetroPie/roms
        

        or maybe just

        //192.168.x.xxx/RetroPie/roms /home/pi/RetroPie/roms
        

        Thanks!

        muldjordM mituM 2 Replies Last reply Reply Quote 0
        • muldjordM
          muldjord @raulitob
          last edited by muldjord

          @raulitob said in Skyscraper .ini editing for network share.:

          so the auto start has this

          You should probably use /etc/fstab for that mount. That's the correct way of mounting a network share under Linux. A quick search gave me this howto that you could follow.

          And that works great but my question is do I need to add that to the skyscraper config file as well? so for example

          No, if you mount it on /home/pi/RetroPie/roms and you have set the permissions to read/write for the pi user and all files on the share, you are good to go.

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

            @raulitob said in Skyscraper .ini editing for network share.:

            And that works great but my question is do I need to add that to the skyscraper config file as well?

            No, you don't need to.

            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.