Retropie x86 store roms on an external drive
-
I can only repeat the advice from the Docs:
Edit fstab with this command: sudo nano /etc/fstab and add a new line like the below:
[..]
...where UUID= the UUID of your drive, and everything else is the same as the example. Note that each item is tab delimitedDid you find out the
UUID
corresponding to your external drive ? Then edit the file, as directed in the docs, and add a new line for the external drive. -
@mitu lrwxrwxrwx 1 root root 10 Jul 15 21:40 7DC0-7548 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jul 15 21:40 c4dcdc5c-92bf-4e3f-af3c-903434a663f6 -> ../../sda17DC0-7548 this is the UUID? if yes, how should i edit?
-
@imWilsonBond said in Retropie x86 store roms on an external drive:
7DC0-7548 this is the UUID? if yes, how should i edit?
Yes, 7DC0-7548 seems to be the UUID that you need to add to
/etc/fstab
. As for how to edit - did you read the doc page ? The command (sudo nano /etc/fstab
) is given there - you execute it from a terminal session. It starts a text editor where you can add the necessary line. -
@mitu yes i have read the doc that you provided, where to add the line? where should i start from? there are 2 options there, which should i use?
- In the case of errors with ext4 file systems use
- In the case you want to allow execution of file with fat32 file system (E.g : OpenBOR), use
and finally where should i add the new line?
/etc/fstab: static file system information.
Use 'blkid' to print the universally unique identifier for a
device; this may be used with UUID= as a more robust way to name devices
that works even if disks are added and removed. See fstab(5).
<file system> <mount point> <type> <options> <dump> <pass>
/ was on /dev/sda1 during installation
UUID=c4dcdc5c-92bf-4e3f-af3c-903434a663f6 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0 -
Re-read the doc again, it gives you a clear example - the new line is added at the end of the file.
-
@mitu Thank you for your reply, now when i open retropie, it says : we can't find any systems! check that your paths are correct in the systems configuration file, and your game directory has at least one game with the correct extension. (i have game and it's the correct extension)
and when i open my external drive, it says : Error mounting system-managed device /dev/sdb1: worng fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error
below is what i added, can you please check is there any mistake?
/etc/fstab: static file system information.
Use 'blkid' to print the universally unique identifier for a
device; this may be used with UUID= as a more robust way to name devices
that works even if disks are added and removed. See fstab(5).
<file system> <mount point> <type> <options> <dump> <pass>
/ was on /dev/sda1 during installation
UUID=c4dcdc5c-92bf-4e3f-af3c-903434a663f6 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
UUID=7DC0-7548 /home/retropie-os/RetroPie vfat nofail,user,uid=pi,gid=pi 0 2 -
Is the external disc formatted as
fat32
? -
@mitu yes, is fat32
-
Your user is not
pi
, so replace theuser=pi,gid=pi
with your user's values (retropie-os
maybe ?). -
@mitu Thanks a million mitu, it's works. PROBLEM SOLVED. you are genius!
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.