> dd if=/dev/hdd2 of=/dev/hda2 bs=512 Is there any advantage here in using dd rather than cp? I despise dd for its non-unix-standard syntax. Where does it come from?