Search found 8 matches
- Thu Feb 01, 2018 10:41 am
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
i'm at a loss here too. i've tried everything posted in this thread. i'm on unraid 6.3.5. can you take a look, mike? Are you running MakeMKV inside a docker container? If yes, then I recommend that you post your issue on the support thread (unRAID forum) of the container . An incorrect container co...
- Mon Jan 22, 2018 11:28 pm
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
You DO need both. Starting from 1.10.8 the /dev/sgX that corresponds to drive is required . MakeMKV will work without access to /dev/srX , but performance will be slow. MakeMKV figures out device names by analyzing /sys/bus/scsi, same way as lsscsi does. Thanks Mike for confirming and clarifying th...
- Mon Jan 22, 2018 4:31 pm
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
I'm confused, why is it looking for /dev/sgX? No Linux distribution I've used has a CD drive named that way. $ LANG=C ls -la /dev/sg* # Because my locale is not english ls: cannot access '/dev/sg*': No such file or directory $ ls -la /dev/sr* brw-rw----+ 1 root optical 11, 0 20. 1. 16:43 /dev/sr0 $...
- Mon Jan 22, 2018 4:26 pm
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
im running MakeMKV in a docker on unRAID, i left the device as /dev/sr0, and just toggled ON privileged and it works again! It seem that passing both /dev/sr? and /dev/sg? associated to your drive also works, without the need of the privileged mode. how do you pass both? Just add another "--de...
- Mon Jan 22, 2018 3:00 pm
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
It seem that passing both /dev/sr? and /dev/sg? associated to your drive also works, without the need of the privileged mode.im running MakeMKV in a docker on unRAID, i left the device as /dev/sr0, and just toggled ON privileged and it works again!
- Mon Jan 22, 2018 1:00 am
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
# ls -la /sys/bus/scsi/devices/ total 0 drwxr-xr-x 2 root root 0 Jan 22 00:59 . drwxr-xr-x 4 root root 0 Jan 22 00:59 .. lrwxrwxrwx 1 root root 0 Jan 22 00:59 0:0:0:0 -> ../../../devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0 lrwxrwxrwx 1 root root 0 Jan 22 00:59 1:0:0:0 -> ../../.....
- Sat Jan 20, 2018 12:51 am
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
Same thing for me: issue not fixed.
- Fri Jan 12, 2018 5:56 pm
- Forum: MakeMKV for Linux
- Topic: Optical Drive not being found
- Replies: 113
- Views: 333477
Re: Optical Drive not being found
Same issue for me. Optical drive no longer recognized in 1.10.9, while it was in 1.10.8...