Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › USB flash drive not showing up
- This topic has 36 replies, 2 voices, and was last updated 8 years, 9 months ago by InsecureSpike.
-
AuthorPosts
-
02/21/2016 at 00:57 #117639vinsegaParticipant
Very new to raspberry pi 2 and retropie. I was able to get retropie 3.5 running. Now I want to run my roms from a USB flash drive.
I have already plugged my flash drive into my computer and created a folder called retropie. Then plugged the flash drive in the raspberry pi, which created the roms folder.
I have read and seen tutorials about typing LS /media/usb0* to find out which drive my USB is mounted in. The only problem is that this shows no USB is mounted. I have even tried ls /media/usb0-7 and still nothing.
I know the USB flash drive works because I was able to have a ROM work from the SNES folder that was created and copied over to the SD card.
Do I need to format the USB in a certain format? Do I need to change any settings in retropie? Any help would be appreciated
02/21/2016 at 01:12 #117640vinsegaParticipantWhat are bbcodes and how do I use them?
02/21/2016 at 04:07 #117649InsecureSpikeParticipantok I’m writing a guide for a fellow member, and I’ll do the same for you, if you like, I just need a little info
exit emulationstation and type:
sudo blkid
(and press enter)now can you post everything that returns from that command, I also need to know the format type of your USB drive your wishing to use
02/21/2016 at 04:14 #117651vinsegaParticipantOkay I will post soon. I just noticed on boot up it says failure to start USB mount@dev A SDA services.
If that’s the problem how do I fix it?
02/21/2016 at 04:55 #117652InsecureSpikeParticipantnot sure, it may be easier just to follow this guide
02/21/2016 at 04:58 #117653vinsegaParticipantWhat guide are you talking about?
And how exactly do I add a root delay? Someone mentioned that adding a root delay might help but I have no clue how to do that.
02/21/2016 at 05:12 #117654vinsegaParticipantOkay here is the sudo blkid
/Dev/mmcblko ptuuid “4b464b5b” pttype = “DOS”
/Dev/mmcblk01 sec_type “MS-DOS” label = boot uuid 5e51-8928 typeb= vfat partuuod 4b46b5b-01
/Dev/mmcblk02 label = retropie uuid 45e7963b-fbbc-423f-9dd0-ebf4455ebfc2 type ext4 partuuid 4b464b5b-02
/Dev/sda1 label retropie uuid 80d7-12f9 type vfat
02/21/2016 at 05:41 #117656InsecureSpikeParticipantawesome, I’m at work at the moment but I’ll be home in just over 4 hours, and I’ll get a guide done, with your requirements
02/21/2016 at 09:58 #117660InsecureSpikeParticipantcan you post the full line of this one please
/Dev/sda1 label retropie uuid 80d7-12f9 type vfat
02/21/2016 at 14:33 #117691vinsegaParticipantSorry I abbreviated last night here is the full line
/dev/sda1: LABEL=”retropie” UUID=”80D7-12F9″ TYPE=”vfat”
02/21/2016 at 22:19 #117726InsecureSpikeParticipant1)
sudo e2label /dev/sda1 USBdrive
2)
sudo mkdir /media/USBdrive
3)
sudo nano /etc/fstab
(to make Linux automate this process for you)UUID=0000-0000 /media/USBdrive ext4 defaults 0 2
(so it looks like the image I’ve attached, taking into account i have 2)
ctrl + X to save
4)
sudo mount -a
(This will mount all file systems as listed in the /etc/fstab configuration file)02/22/2016 at 02:57 #117753vinsegaParticipantI followed steps 1, 2, 3 in step 3 I added
UUID=80D7-12F9 /media/USBdrive vfat defaults 0 2
Saved and exited.
Then I typed sudo mount -a
And it said mount point /media/USBdrive does not exist02/22/2016 at 04:06 #117756InsecureSpikeParticipantsorry, spelling mistake
try this command
sudo mkdir /media/USBdrive
then
sudo mount -a
my apologies
(I’ve corrected that post now)
02/22/2016 at 05:31 #117759vinsegaParticipantUnfortunately this didn’t work either. I am starting to get defeated by this. I even did a new sd card image and install I really appreciate your help so of you know anything that I could try please let me know.
02/22/2016 at 05:45 #117760InsecureSpikeParticipantmmmm here is the guide I followed, to get it working on my 3 retropie setups.
I just re wrote it as you need to add a label and that guide doesn’t have that in it02/22/2016 at 11:05 #117773InsecureSpikeParticipantok, good news!!
i had a play around, and i can tell you the guide work!
but your drive must be formatted to ext4.
this can be done by flashing an sd card with Raspbian wheezy or jessie.when its booted, open the terminal and you’ll want to download and install parted
sudo apt-get install gparted
once all is done, it’ll be somewhere in the menu, open and log into it password is raspberry
and then format the usb drive that will need to be selected from the dropdown menu on the right of the app window,
then follow the guide, use
sudo blkid
to find your UUID & the drive number “sd??” (probably sda1)
then when you get to
sudo nano /etc/fstab
replace your new UUID
it seams a lot of things to do, but by using the UUID, you can safely add other USB drives, without them getting swapped around
after that you can use this es_settings.cfg I’ve zipped below
/opt/retropie/configs/all/emulationstation
next you’ll need to get write privileges
sudo chown -R pi:pi /media/USBdrive
and then create a folder called roms and in here add your rom folders
02/22/2016 at 13:59 #117781vinsegaParticipantOkay thank you again for all your help. But I said I was new to all this so let me make sure I get this straight.
You said flash raspbian does this mean download raspbian instead of the retropie image and flash it to the SD card? Or can I just use the retropie image like before?
02/22/2016 at 14:06 #117782InsecureSpikeParticipantyeah download & flash raspbian, and do the gparted thing you want only 1 partition! once that is done you can flash retropie back, and start from the beginning.
but I do recommend getting at least 1 spare SD card
02/22/2016 at 14:13 #117783vinsegaParticipanthttps://www.raspberrypi.org/downloads/raspbian/
So flash this first. Then on the same card flash retropie? Do I delete the previous file? Sorry just a little confused
02/22/2016 at 14:18 #117784InsecureSpikeParticipantyeah
flash raspbian, do gparted thing and format the drive to ext4
flash retropie over the top of raspbian, this will remove raspbian, and set up retropie, then follow my guide again just remember to add your new UUID to the line you add to fstab,
replace the 0000-0000, your UUID will be long like mine in that screen shot02/22/2016 at 14:21 #117786InsecureSpikeParticipantI’m off to bed, I’ll be up in around 6hrs
02/22/2016 at 14:23 #117787vinsegaParticipantOkay I’m off to work so maybe tonight I will get a chance to try
02/22/2016 at 14:38 #117788InsecureSpikeParticipantif you, don’t feel confident doing it this way, think there is a post, with a simpler way, if I remember right, I’d have a little search, before starting this again
02/22/2016 at 14:52 #117790vinsegaParticipantIn these message boards? If you see it let me know. I will try to look for it too since simpler is usually better for me!
02/22/2016 at 15:35 #117797vinsegaParticipantOkay i was reading through the instructions and understand everything up until this
after that you can use this es_settings.cfg I’ve zipped below
/opt/retropie/configs/all/emulationstation
next you’ll need to get write privileges
sudo chown -R pi:pi /media/USBdrive
and then create a folder called roms and in here add your rom folders
What do I do with the zipped file? Where do I store it? If you can give me a detailed instructions of what do starting from here then I think I can do the rest.
02/22/2016 at 15:42 #117798InsecureSpikeParticipantok, unzip it and it needs to be placed in the emulationstation folder, as that file will point to your new roms folders that are going to be on your USBdrive. putting it here will prevent it from being over written when you do updates.
the other line will make the folder writeable so you can add your folders of roms you “find” Google for an app called FileZilla, this will transfer files from your computer to the USBdrive in your pi
02/22/2016 at 15:51 #117800vinsegaParticipantOkay last question what do you mean by emualtion station folder? Do I access this on the raspberry pie or on my laptop?
02/22/2016 at 21:48 #117833InsecureSpikeParticipantlaptop via some all like FileZilla,
probably the best app to do so02/22/2016 at 23:24 #117842vinsegaParticipantI’m going to try this after dinner but what you are saying is to ftp into the raspberry from a laptop not take the SD card out of the raspberry and put it into the laptop?
02/22/2016 at 23:27 #117844InsecureSpikeParticipantonly ftp into it when you have set up retropie
02/23/2016 at 00:11 #117850vinsegaParticipantSo how do I get this zipped files into the folder?
02/23/2016 at 00:22 #117852InsecureSpikeParticipantftp that in there, make sure it’s unzipped tho
02/23/2016 at 02:03 #117856vinsegaParticipantWhat do you mean by flash retropie over it? The only way I know how to put retropie on the SD card is by adding the image with my computer. How do I do it with the sd card already in the raspberry and running?
02/23/2016 at 02:05 #117857vinsegaParticipantSorry for all the questions I am just excited to get this done and want to make sure i am doing things right
02/23/2016 at 02:15 #117862InsecureSpikeParticipantonce you’ve formatted the USBdrive drive, shut down raspbian safely.
take the SD card out and put into your pc, and flash retropie on to it.don’t worry I started out from knowing nothing about Linux too
-
AuthorPosts
- The forum ‘New to RetroPie? Start Here!’ is closed to new topics and replies.