Originally Posted By: Shonky
Boot Knoppix and run dd from the command line. It should be as simple as "dd if=sda of=sdb"

Gag. No wonder people think Linux is difficult.
How about something slightly simpler:

cp /dev/sda /dev/sdb

or even:

cat /dev/sda > /dev/sdb

Not that this will work either, since the SSD is pretty much guaranteed to be smaller than the original mechanical drive.

Cheers