NPSF3000

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by NPSF3000

  1. Physically reinstalled the Bluray drive (different sata port etc) and now it seems to work. Went from sr0 | sg3 to sr0 | sg1. root@Tower:~# docker exec MakeMKV lsscsi -g -k ... [2:0:0:0] cd/dvd ASUS BW-16D1HT 3.10 /dev/sr0 /dev/sg1 ... root@Tower:~# docker exec MakeMKV env HOME=/config s6-applyuidgid -u 99 -g 100 -G 19 /opt/makemkv/bin/makemkvcon -r --cache=1 info disc:9999 MSG:1005,0,1,"MakeMKV v1.14.4 linux(x64-release) started","%1 started","MakeMKV v1.14.4 linux(x64-release)" DRV:0,1,999,0,"BD-RE ASUS BW-16D1HT 3.10","","/dev/sr0" DRV:1,256,999,0,"","","" DRV:2,256,999,0,"","","" DRV:3,256,999,0,"","","" DRV:4,256,999,0,"","","" DRV:5,256,999,0,"","","" DRV:6,256,999,0,"","","" DRV:7,256,999,0,"","","" DRV:8,256,999,0,"","","" DRV:9,256,999,0,"","","" DRV:10,256,999,0,"","","" DRV:11,256,999,0,"","","" DRV:12,256,999,0,"","","" DRV:13,256,999,0,"","","" DRV:14,256,999,0,"","","" DRV:15,256,999,0,"","","" MSG:5010,0,0,"Failed to open disc","Failed to open disc" TCOUNT:0 root@Tower:~# ls -l /dev/sr0 /dev/sg1 crw-rw---- 1 root cdrom 21, 1 Sep 2 14:23 /dev/sg1 brw-rw---- 1 root cdrom 11, 0 Sep 2 15:18 /dev/sr0
  2. root@Tower:~# btrfs fi usage -T /mnt/cache Overall: Device size: 1.86TiB Device allocated: 1.01TiB Device unallocated: 870.73GiB Device missing: 0.00B Used: 1.01TiB Free (estimated): 437.38GiB (min: 437.38GiB) Data ratio: 2.00 Metadata ratio: 1.00 Global reserve: 16.00MiB (used: 0.00B) Data Metadata System Id Path RAID1 single single Unallocated -- -------------- --------- -------- --------- ----------- 1 /dev/nvme0n1p1 518.00GiB 1.01GiB 4.00MiB 434.86GiB 2 /dev/nvme1n1p1 518.00GiB - - 435.87GiB -- -------------- --------- -------- --------- ----------- Total 518.00GiB 1.01GiB 4.00MiB 870.73GiB Used 515.98GiB 5.30MiB 112.00KiB root@Tower:~# btrfs balance start -mconvert=raid1 /mnt/cache Done, had to relocate 3 out of 521 chunks root@Tower:~# btrfs fi usage -T /mnt/cache Overall: Device size: 1.86TiB Device allocated: 1.02TiB Device unallocated: 867.68GiB Device missing: 0.00B Used: 1.01TiB Free (estimated): 435.86GiB (min: 435.86GiB) Data ratio: 2.00 Metadata ratio: 2.00 Global reserve: 16.00MiB (used: 0.00B) Data Metadata System Id Path RAID1 RAID1 RAID1 Unallocated -- -------------- --------- -------- --------- ----------- 1 /dev/nvme0n1p1 518.00GiB 2.00GiB 32.00MiB 433.84GiB 2 /dev/nvme1n1p1 518.00GiB 2.00GiB 32.00MiB 433.84GiB -- -------------- --------- -------- --------- ----------- Total 518.00GiB 2.00GiB 32.00MiB 867.68GiB Used 515.98GiB 5.39MiB 112.00KiB Yep, reproduced and fixed on my system. Thanks!
  3. I'll take a look at this when I get home. I also noticed that my initial cache pool refused to be raid 1 (I had to go back down to two drives, and then readd the second drive before raid 1 started). I think the UI needs to be much clearer with what's going on (or the code not break in the first place). Going to all the expense and effort of a second cache drive... to find out it's not even working isn't fun.
  4. Hi Djoss, Similar issue to what Tergo247 faced, albeit this is my first time running unraid/makemkv. root@Tower:~# docker exec MakeMKV lsscsi -g -k ... [6:0:0:0] cd/dvd ASUS BW-16D1HT 3.10 /dev/sr0 /dev/sg3 ... root@Tower:~# docker exec MakeMKV env HOME=/config s6-applyuidgid -u 99 -g 100 -G 19 /opt/makemkv/bin/makemkvcon -r --cache=1 info disc:9999 MSG:1005,0,1,"MakeMKV v1.14.4 linux(x64-release) started","%1 started","MakeMKV v1.14.4 linux(x64-release)" MSG:5042,0,0,"The program can't find any usable optical drives.","The program can't find any usable optical drives." DRV:0,256,999,0,"","","" DRV:1,256,999,0,"","","" DRV:2,256,999,0,"","","" DRV:3,256,999,0,"","","" DRV:4,256,999,0,"","","" DRV:5,256,999,0,"","","" DRV:6,256,999,0,"","","" DRV:7,256,999,0,"","","" DRV:8,256,999,0,"","","" DRV:9,256,999,0,"","","" DRV:10,256,999,0,"","","" DRV:11,256,999,0,"","","" DRV:12,256,999,0,"","","" DRV:13,256,999,0,"","","" DRV:14,256,999,0,"","","" DRV:15,256,999,0,"","","" MSG:5010,0,0,"Failed to open disc","Failed to open disc" TCOUNT:0 root@Tower:~# ls -l /dev/sr0 /dev/sg3 crw-rw---- 1 root root 21, 3 Aug 27 19:33 /dev/sg3 brw-rw---- 1 root cdrom 11, 0 Aug 27 19:54 /dev/sr0