04-11-2020, 04:40 PM
Use dd from coreutils type into terminal or copy to terminal. Replace /dev/sdx with input drive and /dev/sdy with output drive. You can get those from gparted drive list. if stands for input file and of stands for output file
Code:
sudo dd if=/dev/sdx of=/dev/sdy status=progress bs=4M