Corrupt or invalid at offset ???

Please post here for issues related to Blu-ray discs
ipaqmaster
Posts: 1
Joined: Sat May 27, 2023 8:10 am

Re: Corrupt or invalid at offset ???

Post by ipaqmaster »

Very late bump but for anyone else in this scenario on the spot (At least with Linux core utilities) I had luck running

Code: Select all

dd if=/dev/sr0 of=~/name.cd.img status=progress conv=noerror,notrunc,sync
and waiting 5 minutes - Then mounted that raw cd image to a directory with

Code: Select all

mount ~/name.cd.img /mnt
and pointed MakeMKV to that. Worked like a charm.
Post Reply