damium, 1 year ago It’s very likely that your disk is failing. dd if=/path/to/file.mkv of=/new/file/path.mkv conv=noerror,sync bs=4k Should give you a file with just the damaged bits missing.
It’s very likely that your disk is failing.
dd if=/path/to/file.mkv of=/new/file/path.mkv conv=noerror,sync bs=4k
Should give you a file with just the damaged bits missing.