Michael's Domain

The fact that everything looks different doesn't mean that all has changed

Disk dumps (dd) over the network (netcat)

On the receiving machine (booted from live CD or similarly inactive partition sda):
netcat -l -p 4778 | dd of=/dev/sda

On the sending machine (booted from live CD or similarly inactive partition sdb):
dd if=/dev/sdb | netcat 192.168.0.4 4778

(-l listen; -p port)


© Michael Jeltsch 2006

Powered by Drupal - Design by Artinet