MakeMKV and XPenology Docker/Container

The place to discuss linux version of MakeMKV
Post Reply
guyp2k
Posts: 4
Joined: Sun Jan 27, 2019 2:39 pm

MakeMKV and XPenology Docker/Container

Post by guyp2k »

Attempting to install MakeMKV Docker/Container in XPenology which I have done successfully however, never detects the attached drive via the sata bus. If I leave in sr0 throws an error becuase that /dev does not exist.

ost: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: HL-DT-ST Model: BD-RE WH16NS60 Rev: 1.00
Type: CD-ROM ANSI SCSI revision: 05

Class Device = "sg1"
Device = "2:0:0:0"

Attempting to identify the /dev/sr* and /dev/sg* have been unsuccessful and lsscsi only shows the following:
Lsscsi -g

[2:0:0:0] cd/dvd HL-DT-ST BD-RE WH16NS60 1.00 - -

Lastly, below is the Docker Command:
docker run -d \
--name=makemkv \
-p 5800:5800 \
-v /share/Container/MakeMKV:/config:rw \
-v $HOME:/storage:ro \
-v /share/Rips/Output:/output:rw \
--device /dev/sr0 \
--device /dev/sg2 \
jlesage/makemkv



Question, is this possible or am I wasting my time and need to move on?

Thanks
Post Reply