Anonymous (not verified) - Mon, 2009-03-23 14:56
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?
nc -l 30000 |dd of=/dev/VolGroup00?/pbx-root