Input File Not found and Unable to load sdf.bin
Posted: Thu Jan 22, 2026 11:21 pm
Hello,
I'm trying to update the firmware on my drive, and the commands are not working for me. I am using MakeMKV 1.18.2 from Ubuntu 24.04 snap.
Here is my problem:
I also get this error when just trying to dump the current firmware
Both sdf.bin and the firmware file are there and I had the console autocomplete the file names so I know it was spelled correctly. I feel like this is some sort of permission error with snaps, but it looks like the snap has access to my home folder where these files are found.
Any ideas?
I'm trying to update the firmware on my drive, and the commands are not working for me. I am using MakeMKV 1.18.2 from Ubuntu 24.04 snap.
Here is my problem:
Code: Select all
$ sudo makemkvcon f -l
Found 1 drives(s)
00: dev_21:0, /dev/sr0, /dev/sr0
HL-DT-ST_BD-RE__WH16NS40_1.05_212005061440_KLZK8HF3900
$ sudo makemkvcon f -d 'dev_21:0' -f ./sdf.bin rawflash main -i ./DE_LG_WH16NS40-NS50_1.02.bin
Input file not found -- ./DE_LG_WH16NS40-NS50_1.02.bin
Internal error 0x83000001
Code: Select all
sudo makemkvcon f -f ./sdf.bin --drive=dev_21:0 dump
Unable to load sdf.bin
Internal error 0xffffffff
Any ideas?