Table of Contents

Using DD

DD and NC

    • Extensive page about dd/netcat use and creating custom ISO with nc from RedHat CD
    • slave% nc -l -p 9000 | dd of=/dev/sda
    • master% dd if=/dev/sda | nc $SLAVE_IP 9000

DD and SSH

from O’reilly Networking hack #355 Contributed by: Merritt Krakowitzer

  • next bootup the machine you are going to clone, login as root and type the following
    • #dd if=/dev/hda bs=10k | ssh $TARGET_IPADDRESS dd of=/dev/hda bs=10k
  • Wait a couple of hours and your done.
  • Note: The drive geometry needs to be exactly the same. There are probably better ways to do this.
 
howto/dd.txt · Last modified: 2005/12/28 07:01 by bw
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki