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

    Problem transferring roms to thumb drive

    Scheduled Pinned Locked Moved Help and Support
    retropie4.7usb flashdrive
    35 Posts 2 Posters 3.6k 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.
    • D
      Drdave79 @mitu
      last edited by

      @mitu Thanks Mitu. I found the problem. I thought exfat was ok, but apparently not. Once I formatted to fat32 (like the instructions said), it did in fact copy the roms over.

      1 Reply Last reply Reply Quote 0
      • D
        Drdave79 @mitu
        last edited by

        @mitu ok, so this process didn't work entirely as I had hoped. #1 it didn't copy over 5 of my emulators. #2 it didn't migrate all of my video snaps at all. This is very problematic for me because I've spent months on my video snaps.

        Question: Can I just put the thumb drive in and add more roms to it instead of the micro sd card?

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

          1. it didn't copy over 5 of my emulators.

          It doesn't do that, emulators are installed in /opt/retropie, not in the roms folder.

          2 it didn't migrate all of my video snaps at all.

          Videos or other scraped data are by default not in the roms folder. Their location depends on your scraping options, see here for more details.

          Question: Can I just put the thumb drive in and add more roms to it instead of the micro sd card?

          Yes.

          D 1 Reply Last reply Reply Quote 0
          • D
            Drdave79 @mitu
            last edited by

            @mitu How can I add access to additional roms to the thumb drive and not transfer my existing roms?

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

              @Drdave79 said in Problem transferring roms to thumb drive:

              @mitu How can I add access to additional roms to the thumb drive and not transfer my existing roms?

              Not sure what you mean. Do you want to keep your existing roms folder and the sdcard and use the drive just for certain systems ? Or you just want to copy ROMs from the sdcard to the drive ?

              D 1 Reply Last reply Reply Quote 0
              • D
                Drdave79 @mitu
                last edited by

                @mitu I'd like to use the flash drive as additional access for systems like PSX where I have over 1k games. So let's say I wanted to ONLY move PSX roms to the flash drive.

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

                  @Drdave79 You can do that, but this is not automatic. The steps are similar to the manual method from Running ROMs from a USB drive:

                  1. Disable the usbromservice from RetroPie-Setup
                  2. Connect the disk and configure it to be mounted at start-up (see https://retropie.org.uk/docs/Running-ROMs-from-a-USB-drive/#configure-fstab-to-automatically-mount-usb-drive) under a different folder (/home/pi/extra instead of /home/pi/Retropie how it's described on that page).
                  3. Create separate folders under /home/pi/extra for each system that you want to have on the external disc (i.e. /home/pi/extra/psx, /home/pi/extra/dreamcast, etc.), then transfer your existing games from the sdcard to those folders. You can use the File manager to transfer your files.
                  4. Add separate bind-mount commands for each folder you moved in the autostart.sh file:
                  mount -o bind /home/pi/extra/psx /home/pi/RetroPie/roms/psx
                  mount -o bind /home/pi/extra/dreamcast /home/pi/RetroPie/roms/dreamcast
                  # etc.
                  

                  Test that everything is working fine with the external disk and then you can boot without it to clean up the folder you've transferred (erase the files from the sdcard).

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Drdave79 @mitu
                    last edited by Drdave79

                    @mitu Thanks so much for breaking that down! However, I've got lots of questions that don't jive with the instructions.

                    1. I don't have a /home/pi/extra folder. It's /home/pi/RetroPie-Extra. Is that one and the same?
                    2. Am I moving this folder to copying it? I'd thinking moving it would mess the existing structure up.
                    3. Where is the autostart.sh file?

                    Under the instructions page:

                    1. Under the "Configure fstab..." section. When I type that in, all I get is a long list of letters/numbers. It doesn't look like the example. Is that ok if all I'm taking down is the first 8 characters for the UUID?
                    mituM 1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator @Drdave79
                      last edited by

                      1. I don't have a /home/pi/extra folder. It's /home/pi/RetroPie-Extra. Is that one and the same?

                      No, it should be a new folder, you can name it as you like.

                      1. Am I moving this folder to copying it? I'd thinking moving it would mess the existing structure up.

                      Not sure what you mean.

                      1. Where is the autostart.sh file?

                      It's in /opt/retropie/configs/all/autostart.sh. Add the mount lines before the command that starts emulationstation.

                      Under the instructions page:

                      1. Under the "Configure fstab..." section. When I type that in, all I get is a long list of letters/numbers. It doesn't look like the example. Is that ok if all I'm taking down is the first 8 characters for the UUID?

                      No, you'll need the entire UUID that's corresponding to your drive partition (most likely the partition will be named /dev/sda1).

                      D 2 Replies Last reply Reply Quote 0
                      • D
                        Drdave79 @mitu
                        last edited by

                        @mitu When I type ls -l /dev/disk/by-uuid/ I get this:

                        IMG_9567.jpg

                        Which looks different than this in the instructions:

                        pi@retropie:~ $ ls -l /dev/disk/by-uuid/
                        total 0
                        lrwxrwxrwx 1 root root 15 Jun 19 21:59 7cc81461-50b9-45a8-a561-fd5c4aa71934 -> ../../mmcblk0p2
                        lrwxrwxrwx 1 root root 15 Jun 19 21:59 AE51-7D54 -> ../../mmcblk0p1
                        lrwxrwxrwx 1 root root 10 Jun 19 21:59 E44B-FC4E -> ../../sda1

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

                          @Drdave79 said in Problem transferring roms to thumb drive:

                          Which looks different than this in the instructions:

                          You're typing the command wrong - it's -l (lowecase L), not -1 (numeric 1).

                          D 2 Replies Last reply Reply Quote 0
                          • D
                            Drdave79 @mitu
                            last edited by

                            @mitu 7b34bf8e-4715-47fd-84f8-5333153d000c-image.png

                            1 Reply Last reply Reply Quote 0
                            • D
                              Drdave79 @mitu
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • D
                                Drdave79 @mitu
                                last edited by Drdave79

                                @mitu ok, this still isn't working. On restart, all games are missing. If I take the usb drive out, they come back. USBromservice is disabled.

                                I moved all of my PSX games (5 hours) to the usb drive in the /home/pi/extra/psx folder.

                                This is the autostart.sh file:

                                autostart.jpg

                                This is the fstab file:

                                fstab.jpg

                                @mitu any ideas?

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

                                  @Drdave79 You're mounting the disc on /home/pi/RetroPie, instead of /home/pi/RetroPie/extra. This 'masks' the roms folder on the sdcard, that's why they appear missing.

                                  D 2 Replies Last reply Reply Quote 0
                                  • D
                                    Drdave79 @mitu
                                    last edited by Drdave79

                                    @mitu So I need to change the fstab file or the autostart.sh file?

                                    And the subfolder structure on the usb drive is /home/pi/extra. Do I need to change it to /home/pi/RetroPie/extra?

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      Drdave79 @mitu
                                      last edited by Drdave79

                                      @mitu ok, so I changed the fstab to read UUID=1808-1615 /home/pi/extra... which matches the subfolder structure on the USB drive and it booted up with the rest of the roms ok. But PSX is missing. It's not seeing them on the USB drive.

                                      Is the 3rd line of the autostart.sh file telling the system to replace the location of the PSX roms from the sd card to the usb drive? If so, it appears correct.

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

                                        If you're starting the File Manager, do you see the psx folder in the /home/pi/extra folder ? What's the output of the mount command ?

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Drdave79 @mitu
                                          last edited by

                                          @mitu I'm using WinSCP, but not sure how I can see the USB drive from that? If I pull the USB drive and plug it into the PC I can see them. How can I see the output of the mount command? Do you need me to do something from the Pi itself?

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

                                            @Drdave79 said in Problem transferring roms to thumb drive:

                                            I'm using WinSCP, but not sure how I can see the USB drive from that?

                                            If the drive is mounted on /home/pi/extra, then browse that folder and see what's underneath.

                                            How can I see the output of the mount command? Do you need me to do something from the Pi itself?

                                            Doesn't WinSCP offers a way to run a remote command ? Just run mount and post the output.

                                            D 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.