I want to boot a windows computer from an Intrepid LiveCD in order to make a disk image of a Windows installation. Would this be the correct dd syntax? dd if /dev/sda1 of /dev/sdb1/<filename> assuming win is installed on /dev/sda1 and I want to store the image on /dev/sdb1? Paul