Okay, I have been experiencing problems with a RAID set up and wanted to do a byte for byte copy of one 160 GB drive to another. After a little research, I settled on using dd from the cli.
I first unmounted the destination volume and was booted to another volume (drive) before issuing the following command.
sudo dd if=/dev/rdisk3 of=/dev/rdisk2s3 ibs=1m
I used the 'r' to treat the drive as a stream of data and increased the ibs to speed the process.
Now, can someone in the know tell me how long such a process should take. The drives in question are 160 GB Maxtor 7200 RPM drives. Rounded up the the nearest hour would be great. Also, will the cli return something stating the process has completed or will the cursor just start blinking again to indicate its done with the command?
Thanks,
coitus