Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: USB Drive copy< Next Oldest | Next Newest >
tsbl Offline





Group: Members
Posts: 2
Joined: Mar. 2006
Posted: Mar. 29 2006,19:04 QUOTE

Hi,
I have a bootable copy of DSL on a USB pen drive, would anyone know of a program that will allow me to drive copy it retaining it boot ability.

Cheers
Back to top
Profile PM 
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Mar. 30 2006,18:02 QUOTE

You could use the "dd" command to copy the raw USB device instead of copying the individual files.

Or you can use a program called Partimage to do that for you, but you still need to copy the MBR for your USB drive.

Here is an example with "dd" in a terminal window.  This assumes that your thumbdrive is located at devicename "sda" and the file is stored in your home directory.  You don't want to have your pendrive mounted, if possible, so boot up from livecd instead of from USB.

sudo su
dd if=/dev/sda of=/home/dsl/usb_backup.img


To restore or copy the image file back:

sudo su
dd if=/home/dsl/usb_backup.img of=/dev/sda
Back to top
Profile PM 
tsbl Offline





Group: Members
Posts: 2
Joined: Mar. 2006
Posted: Mar. 31 2006,10:25 QUOTE

Thanks cbagger01

will this allow me to make multiple exact copies of the pen drive. I whish to post these to remote users,

Thanks
Back to top
Profile PM 
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: April 01 2006,05:46 QUOTE

Keep in mind that your destination device must be the same size or larger than your original device.
Back to top
Profile PM 
3 replies since Mar. 29 2006,19:04 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: USB Drive copy

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code