• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

How can I use a USB DVD Drive without having to mount it?

Scheduled Pinned Locked Moved Help and Support
helpphysical disc
31 Posts 5 Posters 4.4k 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.
  • R
    RetroFloppy08
    last edited by 21 Jun 2020, 20:24

    I'm making a game console with DVD ROM support and I can't seem to get the loading working. Please Help?

    M 1 Reply Last reply 22 Jun 2020, 03:41 Reply Quote 0
    • M
      mitu Global Moderator @RetroFloppy08
      last edited by mitu 7 Mar 2020, 20:36 22 Jun 2020, 03:41

      If you want to use a DVD/Disc without mounting it, then you'll have to implement your own access routine, by opening the disc device directly (/dev/sr0) and reading from it.
      But this is kind of off-topic, you can probably look at existing DVD reading projects (like libdvdcss).

      1 Reply Last reply Reply Quote 0
      • R
        RetroFloppy08
        last edited by 3 Jul 2020, 19:12

        What is libdvdcss?

        And how can i install it?

        C 1 Reply Last reply 3 Jul 2020, 19:35 Reply Quote 0
        • C
          Clyde @RetroFloppy08
          last edited by 3 Jul 2020, 19:35

          @RetroFloppy08 said in How can I use a USB DVD Drive without having to mount it?:

          What is libdvdcss?

          https://en.wikipedia.org/wiki/Libdvdcss

          And how can i install it?

          On any Debian-based Linux like Retropie with this command:

          sudo apt install libdvdcss2
          

          That said, care to elaborate a bit further what kind of DVD-ROM support you want to have in your console? (playing videos, loading games etc.)

          1 Reply Last reply Reply Quote 0
          • R
            RetroFloppy08
            last edited by 3 Jul 2020, 20:11

            Does it require an internet connection?

            1 Reply Last reply Reply Quote 0
            • C
              Clyde
              last edited by 3 Jul 2020, 21:06

              It needs one for updates and installing new software (like libdvdcss2).

              R 1 Reply Last reply 3 Jul 2020, 21:30 Reply Quote 0
              • R
                RetroFloppy08 @Clyde
                last edited by 3 Jul 2020, 21:30

                @Clyde Thanks 4 the pro tip.

                1 Reply Last reply Reply Quote 0
                • R
                  RetroFloppy08
                  last edited by 5 Jul 2020, 16:28

                  Also, i use the dvd-roms for playing games.

                  1 Reply Last reply Reply Quote 0
                  • R
                    RetroFloppy08
                    last edited by 8 Jul 2020, 17:48

                    Any clue how to load games from a dvd rom?

                    1 Reply Last reply Reply Quote 0
                    • C
                      Clyde
                      last edited by 9 Jul 2020, 11:12

                      Please give us the information about your system that is asked for in https://retropie.org.uk/forum/topic/3/read-this-first.

                      In addition to that, I asked you before what kind of DVD-ROM support you want to have in your console, but you didn't say anything about that.

                      1 Reply Last reply Reply Quote 0
                      • R
                        RetroFloppy08
                        last edited by 9 Jul 2020, 21:43

                        1st - I would like to load games from the dvds,

                        2nd, (faints because I can't understand what i'm actually using)

                        M 1 Reply Last reply 10 Jul 2020, 02:59 Reply Quote 0
                        • M
                          mitu Global Moderator @RetroFloppy08
                          last edited by 10 Jul 2020, 02:59

                          @RetroFloppy08 said in How can I use a USB DVD Drive without having to mount it?:

                          1st - I would like to load games from the dvds,

                          Which games ? What emulator are you talking about ?

                          R 1 Reply Last reply 15 Jul 2020, 18:23 Reply Quote 0
                          • W
                            wild snail
                            last edited by 10 Jul 2020, 16:06

                            Is it possible to write save-files and save-states when playing from DVD ?

                            C 1 Reply Last reply 10 Jul 2020, 16:15 Reply Quote 0
                            • C
                              Clyde @wild snail
                              last edited by 10 Jul 2020, 16:15

                              @wild-snail You really should answer our former questions before asking new ones.

                              1 Reply Last reply Reply Quote 0
                              • R
                                RetroFloppy08 @mitu
                                last edited by 15 Jul 2020, 18:23

                                @mitu Practically all of them.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mitu Global Moderator
                                  last edited by mitu 15 Jul 2020, 18:55

                                  With such general question, it's difficult to give an useful answer. Some emulators have support for real CD-ROM support (RetroArch - for some systems). You may want to look at each emulator that you're interested and find out if it supports playing games from DVD/CD.

                                  R 1 Reply Last reply 16 Jul 2020, 14:21 Reply Quote 0
                                  • R
                                    RetroFloppy08 @mitu
                                    last edited by 16 Jul 2020, 14:21

                                    @mitu I have decided what emulators I want to use.

                                    -SNES

                                    -N64

                                    -Sega Genesis/CD/32X

                                    -PSP

                                    -And Gamecube (if it exists)

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      mitu Global Moderator
                                      last edited by 16 Jul 2020, 14:43

                                      I though you were talking about using the CD game media to play the games. The answer to your question is no, it's not possible to use the DVD media for ROM storage without mounting it, so that emulators can read and play the games.

                                      R 2 Replies Last reply 3 Aug 2020, 21:16 Reply Quote 0
                                      • R
                                        RetroFloppy08 @mitu
                                        last edited by 3 Aug 2020, 21:16

                                        @mitu Is there a SIMPLE way to mount the disc drive?

                                        M C 2 Replies Last reply 4 Aug 2020, 03:01 Reply Quote 0
                                        • M
                                          mitu Global Moderator @RetroFloppy08
                                          last edited by 4 Aug 2020, 03:01

                                          @RetroFloppy08 Yes, using the mount command.

                                          1 Reply Last reply Reply Quote 1
                                          • 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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received