Problem transferring roms to thumb drive
-
@mitu Thanks so much for breaking that down! However, I've got lots of questions that don't jive with the instructions.
- I don't have a /home/pi/extra folder. It's /home/pi/RetroPie-Extra. Is that one and the same?
- Am I moving this folder to copying it? I'd thinking moving it would mess the existing structure up.
- Where is the autostart.sh file?
Under the instructions page:
- 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?
-
- 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.
- Am I moving this folder to copying it? I'd thinking moving it would mess the existing structure up.
Not sure what you mean.
- Where is the autostart.sh file?
It's in
/opt/retropie/configs/all/autostart.sh
. Add themount
lines before the command that startsemulationstation
.Under the instructions page:
- 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
). -
@mitu When I type ls -l /dev/disk/by-uuid/ I get this:
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 -
@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
(lowecaseL
), not-1
(numeric1
). -
-
This post is deleted! -
@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:
This is the fstab file:
@mitu any ideas?
-
@Drdave79 You're mounting the disc on
/home/pi/RetroPie
, instead of/home/pi/RetroPie/extra
. This 'masks' theroms
folder on the sdcard, that's why they appear missing. -
@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?
-
@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.
-
If you're starting the File Manager, do you see the
psx
folder in the/home/pi/extra
folder ? What's the output of themount
command ? -
@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?
-
@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. -
-
@Drdave79 I don't see the
psx
roms folder being mounted - if you manually execute themount
command fromautostart.sh
, does it give you an error ? -
@mitu I'm sorry Mitu, I know you're trying to help and I appreciate it, but I'm going to need more help/instruction to answer your question. What do you want me to do exactly?
-
@Drdave79 Run the next command from WinSCP (copy the command and paste it there) just like you've run the previous
mount
command:sudo mount -o bind /home/pi/extra/psx /home/pi/RetroPie/roms/psx
then restart EmulationStation and see if your PS1 games show up.
-
@mitu said in Problem transferring roms to thumb drive:
sudo mount -o bind /home/pi/extra/psx /home/pi/RetroPie/roms/psx
-
So, back to the 1st question - do you have a
psx
folder under/home/pi/extra
? The error seems to hint that there's no such folder. -
@mitu On the usb drive, yes. /home/pi/extra/psx. All of the roms are in there.
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.