Hi there
If you have access to a Linux system anywhere (including bootable USB live distros) and you want to image your Windows disks / partitions you can use a very simple Linux built in command
assume the Windows disk is mounted as /DEV/SDA and the device you want to copy it to is mounted as /DEV/SDB
Then open a terminal as root / super user / sudo
simply type in DD IF=/DEV/SDA...
↧