arcadeforge / regamebox

Retro Gaming operating system for 15Khz RGB low res gaming made for the raspberry pi addon pi2jamma and pi2scart - http://www.arcadeforge.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples not found when using USB stick

milnak opened this issue · comments

commented

The link is pointing to /mnt/ntfs, not /mnt/sda. Here's how I fixed it.

# Copy mame2003plus samples to this folder.
$ mkdir -p /mnt/sda/rpi2jamma/roms/arcade/samples

$ cd /root/.config/retroarch/system/mame2003-plus

$ ls -l
lrwxrwxrwx 1 root root     40 Mar 21 14:14 samples -> /mnt/ntfs/rpi2jamma/roms/arcade/samples/

$ rm samples

$ ln -s /mnt/sda/rpi2jamma/roms/arcade/samples

I came to the same solution and was about to raise an issue when I saw this ... +1 from me 🙂

So we need two links, one for sd card and one for usb stick....

Bump. @arcadeforge I pointed someone at this workaround from the Facebook group as they came across the same issue.

Top thanks for the heads up