December 31, 2025Dec 31 Hi there,I've passed through my device to the container with both device names but it just sits like this after MakeMKV has loaded:Any ideas what might be going on? It's the same with a blu-ray or DVD disc. The drive is in a USB enclosure in case that matters...Thanks!
December 31, 2025Dec 31 I think it's related to the recent MakeMKV versions. I went back to 1.17.7 via the repo tag (1.17.7-4-01) on the container config and it works fine with this old version!
January 1Jan 1 On 12/31/2025 at 12:14 PM, CodeThief said:I think it's related to the recent MakeMKV versions. I went back to 1.17.7 via the repo tag (1.17.7-4-01) on the container config and it works fine with this old version!Thank you for the suggestion, but it didn't work for me either. I finally ended up switching to jlesage/makemkv, and it's working fine.
May 3May 3 On 1/15/2025 at 12:09 PM, xra said:I think I have another solution for "The program can't find any usable optical drives." that does not require changing the user and group to root (😱) Maybe this was above somewhere but I did not see it. STEPS:Start the container.Go into the containers consoleDetermine the group that has permissions to your /dev/srN and /dev/sgN devices that you added to extra params. In my case I ran:ls -l /dev/sr0 /dev/sg7and gotcrw-rw---- 1 root log 21, 7 Jan 15 12:41 /dev/sg7 brw-rw---- 1 root log 11, 0 Jan 15 12:41 /dev/sr0 so the group "log" has "rw" access to both devices (that's r-ead w-rite and both are needed) Run:getent group logI gotlog:x:19:19 is the group id in this case Now edit the container in UnraidShow more settingsSet PGID to 19 (or whatever you got) Let me know if it works for anybody Setting the PGID to the group worked for me!
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.