2012年2月20日星期一

check the status of 'dd' in progress

watch -n 10 killall -USR1 dd

If you want to copy without stop on error , add conv=notrunc,noerror
for example:

dd if=/dev/hda of=/dev/sda bs=64k conv=notrunc,noerror

沒有留言: