LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updated snapshot of Lite 4.4
#3
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
Code:
dd if=/dev/sdx of=/dev/sdy
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 example
Code:
bs=16M
so the command should look like
Code:
dd if=/dev/sdx of=/dev/sdy bs=16M
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
Reply


Messages In This Thread
Updated snapshot of Lite 4.4 - by arky217 - 07-13-2019, 05:52 PM
Re: Updated snapshot of Lite 4.4 - by Valtam - 07-14-2019, 10:12 AM
Re: Updated snapshot of Lite 4.4 - by minesheep - 07-14-2019, 09:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)