March 2009

Migrate Hard Drive Over IP

How to migrate a hard drive partition or lvm over a network. On the machine where you want the drive to be copied to (target)
  • Create a lvm the correct size
 lvcreate -L6G -n pbx-root VolGroup00?
  • start netcat
 nc -l 30000 |dd of=/dev/VolGroup00?/pbx-root