Skip to main content

Copy image to disk with Disk Destroyer

dmesg -w # and plug in your drive; see dev name that was added
lsblk # verify device name
fdisk -l /dev<output disk> # verify device name, product name and size

# WARNING: this will overwrite output disk data
dd if=<input imag file img> of=/dev/<output disk> bs=1M oflag=direct status=progress