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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to clone current LL HD to a new disk?
#2
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
Reply


Messages In This Thread
Re: How to clone current LL HD to a new disk? - by minesheep - 04-11-2020, 04:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)