[CentOS] Using CentOS 7 to attempt recovery of failed disk

Mon Sep 28 11:43:45 UTC 2020
Jerry Geis <jerry.geis at gmail.com>

Thanks everyone for the suggestions. I finally got a completion with this
command:

dd conv=noerror,sync iflag=direct bs=4096 if=/dev/sdb of=disk.img

Copying it now to see if it worked.

Jerry