I just wonder, can I:
(where sda is for example a 100 GB ntfs drive and sdbis a 200 GB non-partitioned drive)
- Boot a LiveCD
- dd if=/dev/sda of=/dev/sdb
- unplug /dev/sda
- boot windows then from /dev/sdb (and likely to have only 100GB available)?
Does that work?