PC Cloning Solution?
pbaumgar asks: "Like many here on Slashdot, I'm a Systems Administrator. I have become responsible for maintaining about 300 laptops that I need to rebuild on a regular basis. I am looking for a solution to image them. I've been looking at Symantec's Ghost Solution Suite and am not too gung-ho on spending all that money for licensing. Can anyone recommend an better solution that would be cheaper?"
was this so hard?
I want to delete my account but Slashdot doesn't allow it.
Id use a mounted filesystem and use dd to copy an image to the other networked machine. Just use the following to copy your hard drive...
/remote_computer_mount_point/
dd if=/dev/urandom of=/dev/your_hard_drive bs=512
And then, you can run netcat from the tun device
nc -i tun0 >
Be aware, your mileage may vary.
This is /. so we cannot recommend using Microsoft tools, even free ones. Even such logical approaches like using unattended installs (see unattended.msfn.org) are acceptable, because they do not involve Linux or arcane unix commands.
Conformity is the jailer of freedom and enemy of growth. -JFK