If you have access to linux you can probably do this in Gparted or from the CLI
dd if=/dev/? of=driveimage.bin
then to copy the image to the device
dd if=driveimage.bin of=/dev/?
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.
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