The dd command transfers raw data between devices. For example, dd can be used to create a boot floppy under linux using the following command:
dd if=boot.img of=/dev/fd0 bs=1440
where