minus-squaredamium@programming.devtoLinux@lemmy.ml•Weird error copying MKV filelinkfedilinkEnglisharrow-up0·2 years agoIt’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. linkfedilink
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.