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

    Is Retropie right for me? Are there alternatives?

    Scheduled Pinned Locked Moved Help and Support
    retropie
    27 Posts 3 Posters 9.0k 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.
    • H
      HPK-de @ubernub
      last edited by

      @ubernub

      Yes. Kodi is really powerful, lots of plugins ;).
      I'm using it for music, webradio, pictures, youtube etc.
      You can even control it with tv remotes with a bit tweaking around :-)

      Have fun with it

      1 Reply Last reply Reply Quote 0
      • U
        ubernub
        last edited by ubernub

        Now how do I get Kodi to recognize my portable NTFS hard drive? It's not showing up in /media/ at all, though it does pop up a little message saying it's been inserted... Sorry for all the noob questions... Also, did it reboot to get to kodi or is it in the same OS still? And get Retropie to recognize it too since that's where all my games are...

        H BuZzB 2 Replies Last reply Reply Quote 0
        • H
          HPK-de @ubernub
          last edited by HPK-de

          @ubernub

          1. Question: I don't know because i dont use NTFS HDDs. Someone else will know.

          2. It is the same OS.
            Explanation:
            The OS you are running is "Rasbian" Linux, a fork of Debian Linux.
            "Retropie" is running in Raspbian and is the "background", while "Emulationstation" is the
            user interface (GUI) for all the emulators.
            KODI is running as part of Retropie, started via Emulationstation.

          There are special linux distributions out there just for KODI, but it works well in Retropie.

          1. KODI has nothing to do with your games, if you exit KODI you are back in ES and everything is fine.
          1 Reply Last reply Reply Quote 0
          • BuZzB
            BuZz administrators @ubernub
            last edited by

            @ubernub Did you use the RetroPie image or install RetroPie on top of existing OS ?

            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

            U 1 Reply Last reply Reply Quote 0
            • U
              ubernub @BuZz
              last edited by

              @BuZz I used the retropie image.

              1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators
                last edited by

                it should automatically mount in /media/usb0 then (unless usbromservice has been removed/disabled).

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                U 1 Reply Last reply Reply Quote 0
                • U
                  ubernub @BuZz
                  last edited by ubernub

                  @BuZz usbromservice is enabled. I'm not seeing any way to even browse to it in retropie. In Kodi there's a /media/usb0 but nothing in it. This thing really isn't very user friendly for absolute beginners :(

                  ntfs-3g is installed and functional, too but I can't for the life of me remember how to mount a usb SSD in linux manually.

                  1 Reply Last reply Reply Quote 0
                  • BuZzB
                    BuZz administrators
                    last edited by BuZz

                    please unplug then re-plug in the hd, and then post the output (via ssh) of

                    dmesg | tail
                    

                    For using ssh - https://github.com/retropie/retropie-setup/wiki/ssh

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    U 1 Reply Last reply Reply Quote 0
                    • U
                      ubernub @BuZz
                      last edited by

                      @BuZz Thanks for you help so far. This finally feels like making progress!

                      pi@retropie:~ $ dmesg | tail
                      [ 3794.934517] usb-storage 1-1.5:1.0: USB Mass Storage device detected
                      [ 3794.934888] scsi host5: usb-storage 1-1.5:1.0
                      [ 3795.932399] scsi 5:0:0:0: Direct-Access Samsung Portable SSD T1 0 PQ: 0 ANSI: 6
                      [ 3795.933759] sd 5:0:0:0: Attached scsi generic sg0 type 0
                      [ 3795.934070] sd 5:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
                      [ 3795.934583] sd 5:0:0:0: [sda] Write Protect is off
                      [ 3795.934603] sd 5:0:0:0: [sda] Mode Sense: 43 00 00 00
                      [ 3795.935578] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                      [ 3795.938631] sda: sda1
                      [ 3795.943017] sd 5:0:0:0: [sda] Attached SCSI disk

                      1 Reply Last reply Reply Quote 0
                      • BuZzB
                        BuZz administrators
                        last edited by

                        you can mount that disk manually with sudo mount /dev/sda1 /mnt (which will mount it to the /mnt folder) and unmount it with sudo umount /mnt - however to see why usbromservice isn't mounting it, please post the output from cat /var/log/syslog

                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                        1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators
                          last edited by

                          Please use a site like pastebin.com for the large log

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          U 1 Reply Last reply Reply Quote 0
                          • U
                            ubernub @BuZz
                            last edited by

                            @BuZz http://pastebin.com/jP5jqWSp

                            1 Reply Last reply Reply Quote 0
                            • BuZzB
                              BuZz administrators
                              last edited by BuZz

                              for some reason usbmount doesn't like it - did it mount ok manually ?

                              what is the output of sudo parted /dev/sda print ?

                              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                              U 1 Reply Last reply Reply Quote 0
                              • U
                                ubernub @BuZz
                                last edited by

                                @BuZz

                                pi@retropie:~ $ sudo mount /dev/sda1 /mnt
                                mount: unknown filesystem type 'exfat'
                                pi@retropie:~ $ sudo parted /dev/sda print
                                Model: Samsung Portable SSD T1 (scsi)
                                Disk /dev/sda: 500GB
                                Sector size (logical/physical): 512B/512B
                                Partition Table: msdos
                                Disk Flags:

                                Number Start End Size Type File system Flags
                                1 32.8kB 500GB 500GB primary boot

                                1 Reply Last reply Reply Quote 0
                                • BuZzB
                                  BuZz administrators
                                  last edited by BuZz

                                  It is not NTFS. It is exfat formatted

                                  try this

                                  sudo apt-get install exfat-fuse exfat-utils
                                  

                                  and try the mount commands again.

                                  or use FAT32/NTFS

                                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                  U 1 Reply Last reply Reply Quote 0
                                  • U
                                    ubernub @BuZz
                                    last edited by

                                    @BuZz That worked! I can mount it now, but how do I get it to see the roms on it?

                                    1 Reply Last reply Reply Quote 0
                                    • BuZzB
                                      BuZz administrators
                                      last edited by

                                      Did you read this https://github.com/RetroPie/RetroPie-Setup/wiki/Running-ROMs-from-a-USB-drive
                                      ?

                                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                      U 1 Reply Last reply Reply Quote 0
                                      • U
                                        ubernub @BuZz
                                        last edited by

                                        @BuZz Thank you! That fixed the rest of it. I had to change the filesystem to exfat-fuse instead of vfat but otherwise it worked perfectly. :)

                                        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.