dd备份坏道硬盘

有时候硬盘有坏道了,我们需要把数据读出来,我们可以用dd来干

dd if=/dev/sdb1 of=/mnt/datadisk/sdb1.img conv=noerror,sync

#挂载
mount -o loop sdb1.img /mnt/sdb1