If ddrescue exits with the following error message, although the input device can be read again a few seconds later...
...use this command to "rudely" restart ddrescue forever, when it exits:ddrescue: input file disappeared: No such file or directory
Code: Select all
$ while true; do ddrescue /dev/sdb sdb.dd sdb.log; sleep 10; done
Code: Select all
Ctrl + C