User Tools

Site Tools


blog:copy_damaged_harddisk_to_a_file_for_recovery

Copy damaged harddisk to a file for recovery

To duplicate an entire disk at disk0 (usually the internal) to another disk (disk1) using 64k block sizes and replacing bad block data with zeros:

sudo dd bs=131072 if=/dev/rdisk0 of=/diskcopy conv=noerror,sync

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   __   ____    ___    __ __  _      __
  / /  / __ \  / _ )  / //_/ | | /| / /
 / /__/ /_/ / / _  | / ,<    | |/ |/ / 
/____/\___\_\/____/ /_/|_|   |__/|__/
 
blog/copy_damaged_harddisk_to_a_file_for_recovery.txt · Last modified: 2010-04-14 09:51 by brb