# Basic copy from partition sdb2 to img file with 2 retries max, no split of blocks, and verbose
ddrescue -v -r2 -n /dev/sdb2 filename.img logfile.log
# Basic copy from partition sdb2 to img file with 2 retries max, no split of blocks, and verbose
ddrescue -v -r2 -n /dev/sdb2 filename.img logfile.log