Any way to mount a DVD-ROM to access from VLC or other program?


astroashton

Recommended Posts

So I've been searching the topics and apps and needed to see if there's a way to mount and read the integrated DVD-ROM in my server (Dell r815). My laptop doesn't have one and I would like to watch some DVDs that are Region 0, but PAL format. Any way to do this or even to just rip them to MP4 or MKV using unRaid? Thanks for the help!

Link to comment
4 hours ago, astroashton said:

So I've been searching the topics and apps and needed to see if there's a way to mount and read the integrated DVD-ROM in my server (Dell r815). My laptop doesn't have one and I would like to watch some DVDs that are Region 0, but PAL format. Any way to do this or even to just rip them to MP4 or MKV using unRaid? Thanks for the help!

I rip my DVDs/Blurays/4k Blurays for use in Plex using the Makemkv docker container.

 

image.thumb.png.6da330386ee27067804fbfe9a7b2a8a0.png

Link to comment

Edit the docker, and change to advance with the slider button top right.

 

in the extras field you need to set the devices.

 

image.thumb.png.b894916537f91dd0ce7203ce2f5039bd.png

 

to find the sg name run

 

root@unraid:~# lsscsi -g | grep /dev/sr
[6:0:0:0]    cd/dvd  ASUS     BW-16D1HT        3.01  /dev/sr0   /dev/sg5 
root@unraid:~# 

I have two drives but the USB one is not connected the sr1 so for my asus drive I would need to set   --device=/dev/sg5 --device=/dev/sr0  

 

You need to have both.

  • Thanks 1
Link to comment

can you provide lsscsi -g 

 

root@computenode:/mnt/testpool# lsscsi -g
[0:0:0:0]    disk    Generic  MassStorageClass 1536  /dev/sda   /dev/sg0 
[0:0:0:1]    disk    Generic  MassStorageClass 1536  /dev/sdb   /dev/sg1 
[1:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sdc   /dev/sg2 
[2:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sdd   /dev/sg3 
[3:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sde   /dev/sg4 
[4:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sdf   /dev/sg5 
[5:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sdg   /dev/sg6 
[6:0:0:0]    disk    SanDisk  Cruzer Blade     1.00  /dev/sdh   /dev/sg7 
[11:0:0:0]   disk    ATA      ST96812AS        3.14  /dev/sdi   /dev/sg8 
[N:0:1:1]    disk    CT500P2SSD8__1                             /dev/nvme0n1  -    

 

Link to comment
3 minutes ago, astroashton said:

I also just noticed that the ROM hasn't been mounted anywhere. There's no /media at the root. This is all that shows up in the root folder, then everything that shows up in /dev.

Screenshot_20221228_085701.png

can you do lsscsi -g on the unraid server not the ubuntu system?

Link to comment
9 minutes ago, astroashton said:

And that was the entire issue. My own stupidity. Thank you so much for going through everything with me. I have no other way to watch DVDs and my servers aren't configured to handle much more than hosting and storage. So this is a life saver. Thank you again. 

No worries happy to help

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.