07-14-2019, 09:30 PM
It's easy to clone with dd (already installed to ubuntu and linux lite), but be very careful and test this with non important data before trying to clone anything important the command is
where sdx is the input drive and sdy is the output drive. You can find your drives letters from gparted
optionally you can set the bs value to an exampleso the command should look like
But again placing output drive as input drive and input drive as output drive will overwrite your clean just installed system with your output drive so be very careful with this
Code:
dd if=/dev/sdx of=/dev/sdy
optionally you can set the bs value to an example
Code:
bs=16M
Code:
dd if=/dev/sdx of=/dev/sdy bs=16M