How to copy a file while skipping input and output error using dd command in Linux. Commands: dd if=file.mkv of=/home/file_output.mkv conv=noerror,sync bs=4M; sync