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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make an image of usb drive
#16
A little googling... and a find...

Usage would be something like
Code:
sudo dd if=/dev/sdb of=~/USB_image
where /dev/sdb is your usb drive as listed by sudo fdisk -l (maybe with df -h as well) and ~/USB_image is the image file where the copy will be made (a path where the image file will be created).

FYI '~' equates to your users /home folder


To restore the image to another USB drive just invert the process:
Code:
sudo dd if=~/USB_image of=/dev/sdb

will restore ~/USB_image to the device sdb. Just make sure that the new USB drive is as big or bigger than the original one.

I added additional comments... Make sure you are entering your USB/SDCard appropriately for the /dev/sdb paths
Also,  additional parameters may be required, I've not used dd, others may add input...

Found here: http://askubuntu.com/questions/318893/ho...-usb-stick
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply


Messages In This Thread
Make an image of usb drive - by liamjake05 - 07-11-2016, 02:20 PM
Re: Make an image of usb drive - by torreydale - 07-11-2016, 02:31 PM
Re: Make an image of usb drive - by liamjake05 - 07-11-2016, 03:11 PM
Re: Make an image of usb drive - by trinidad - 07-11-2016, 03:37 PM
Re: Make an image of usb drive - by N4RPS - 07-12-2016, 01:16 AM
Re: Make an image of usb drive - by liamjake05 - 07-12-2016, 12:11 PM
Re: Make an image of usb drive - by trinidad - 07-12-2016, 02:05 PM
Re: Make an image of usb drive - by trinidad - 07-12-2016, 02:32 PM
Re: Make an image of usb drive - by trinidad - 07-13-2016, 02:14 PM
Re: Make an image of usb drive - by liamjake05 - 07-14-2016, 09:08 AM
Re: Make an image of usb drive - by Valtam - 07-14-2016, 09:15 AM
Re: Make an image of usb drive - by liamjake05 - 07-15-2016, 08:46 AM
Re: Make an image of usb drive - by torreydale - 07-15-2016, 12:44 PM
Re: Make an image of usb drive - by liamjake05 - 07-15-2016, 01:02 PM
Re: Make an image of usb drive - by torreydale - 07-15-2016, 04:39 PM
Re: Make an image of usb drive - by firenice03 - 07-15-2016, 05:33 PM
Re: Make an image of usb drive - by Valtam - 07-15-2016, 05:56 PM
Re: Make an image of usb drive - by BurchSung - 06-04-2018, 05:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)