Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clone a USB thumbdrive 1

Status
Not open for further replies.

pavNell

Technical User
Sep 27, 2002
178
0
0
US
I have a USB thumbdrive thats got DSL (damn small linux) on it. I boot my PC with it. I love it. I'd like to "clone" this USB thumbdrive to another USB thumbdrive to have as a backup. Perhaps there's a tool or command to help me out? Thanks for any help.
 
dd comes to mind. Once booted/when its mounted, perhaps something like this will work:

Code:
dd if=/dev/location/of/usb_to_dupe  of=/dev/location/of/new_usb_drive bs=512

The above is all one line.

This is untested as I dont have any USB thumb drives handy to try with. But... since I have used similar to dupe CDs and Disks, dont see any reason it shouldnt work.
 
Worked like a charm! Thanks. A perfect clone of my bootable damn-small-linux thumbdrive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top