I know that it is possible in *nix to clone a hard disk within a machine using DD if=/dev/hda of=/dev/hdb
I am wondering if something similar could be accomplished over a LAN (assuming a decent gigabit switch) with BitTorrent.
Would it be possible to use a "master" with a torrent tracker like Vuze to make a .torrent from the /dev/hda in one box, and then boot multiple other boxes on the LAN from a knoppix or ubuntu liveCD with a client like Transmission to "broadcast" the /dev/hda from the master box to all of the slave boxes?