07-15-2016, 05:33 PM
(This post was last modified: 07-15-2016, 05:41 PM by firenice03.)
A little googling... and a find...
Usage would be something like
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:
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
Usage would be something like
Code:
sudo dd if=/dev/sdb of=~/USB_image
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
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