Disk rescue

   dd if=/dev/sdx of=deadhd.bin conv=noerror,sync
  • noerror: continue if error occurred
  • sync: sync the input/output position, so errors are replaced with 0s