Is there an application that will do a short image copy of a USB drive to another USB drive? I need something that doesn't run off a live cd
feedback
|
|
If you have access to linux you can probably do this in Gparted or from the CLI
then to copy the image to the device
with ? being the USB device. Just think if = "input file" of = "output file" dd will do a dump of the raw data on the device, including the partition tables. for windows this might work XXClone | |||
feedback
|