Search found 1 match
- Sat May 27, 2023 8:16 am
- Forum: Blu-ray discs
- Topic: Corrupt or invalid at offset ???
- Replies: 15
- Views: 57465
Re: Corrupt or invalid at offset ???
Very late bump but for anyone else in this scenario on the spot (At least with Linux core utilities) I had luck running 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 mount ~/name.cd.img /mnt and po...