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
#11
DD tutorial in the Help Manual under Install Guide.

Sent from my phone using Tapatalk

Reply
#12
I did not understand. I do not want to image a usb but I want to turn a usb into an image.
Reply
#13
I've mentioned Disks and Archive Manager.  I'll add Clonezilla to the list.  If these apps can see your SD card, one or more of them should be able to turn that data into a *.img and/or *.iso file.
Want to thank me?  Click my [Thank] link.
Reply
#14
I want a program not a live boot. Just show me how to do this using dd.
Reply
#15
liamjake05, a few things:

(1) Imaging SD card storage doesn't necessarily make it a live boot or even bootable.  It puts it into an image file (*.img or *.iso), which from your initial post, is what you said you wanted.
(2) You've said you don't want dd, and now you want lessons.
(3) You're coming off as more demanding than appreciative or cooperative.
(4) Others, including the LL creator, have chimed in.
(5) It's been a business week. 


A combination of the following should explain what's happening when using dd:

(A) Type the following into a terminal: 
Code:
man dd
(B) View the following video

https://www.youtube.com/watch?v=74A6pVrv0CA


BUT,
I think it would be simpler to use the Archive Manager in Linux Lite and combine what's on your SD card into a *.iso file.  It's like zipping it using WinZip, but instead you're zipping it into a *.iso (ie. image) file.  If that isn't sufficient, and if Disks gave you an issue over your partitions, Clonezilla would be a suitable choice.  Clonezilla should be able to image your entire SD card with partitions into a single image file.
Want to thank me?  Click my [Thank] link.
Reply
#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
#17
(07-15-2016, 04:39 PM)torreydale link Wrote: liamjake05, a few things:

(1) Imaging SD card storage doesn't necessarily make it a live boot or even bootable.  It puts it into an image file (*.img or *.iso), which from your initial post, is what you said you wanted.
(2) You've said you don't want dd, and now you want lessons.
(3) You're coming off as more demanding than appreciative or cooperative.
(4) Others, including the LL creator, have chimed in.
(5) It's been a business week. 


A combination of the following should explain what's happening when using dd:

(A) Type the following into a terminal: 
Code:
man dd
(B) View the following video

https://www.youtube.com/watch?v=74A6pVrv0CA


BUT,
I think it would be simpler to use the Archive Manager in Linux Lite and combine what's on your SD card into a *.iso file.  It's like zipping it using WinZip, but instead you're zipping it into a *.iso (ie. image) file.  If that isn't sufficient, and if Disks gave you an issue over your partitions, Clonezilla would be a suitable choice.  Clonezilla should be able to image your entire SD card with partitions into a single image file.

I echo point 3 here.
Reply
#18
Hi.....I think it would be simpler to use the Archive Manager in Linux Lite and combine what's on your SD card into a *.iso file.  It's like zipping it using WinZip, but instead you're zipping it into a *.iso (ie. image) file.  If that isn't sufficient, and if Disks gave you an issue over your partitions, Clonezilla would be a suitable choice.

turnkey pcb
Reply


Forum Jump:


Users browsing this thread: 14 Guest(s)