Quote:
In theory "dd if=/dev/hda of=/dev/hdb" would work.

Or more simply, cat /dev/hda > /dev/hdb

You can double the cloning speed if you put the drives on separate cables, in which case the command becomes: cat /dev/hda > /dev/hdc