Slashdot Mirror


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?"

3 of 115 comments (clear)

  1. Google and I agree: Acronis by Gothmolly · · Score: 5, Funny
    --
    I want to delete my account but Slashdot doesn't allow it.
  2. Easy.. by Creepy+Crawler · · Score: 3, Funny

    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...

    dd if=/dev/urandom of=/dev/your_hard_drive bs=512

    And then, you can run netcat from the tun device

    nc -i tun0 > /remote_computer_mount_point/

    Be aware, your mileage may vary.

    --
  3. Re:G4U by duffbeer703 · · Score: 2, Funny

    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