How to clone a USB flash drive using dd?

Posted by MentalBlister on Server Fault See other posts from Server Fault or by MentalBlister
Published on 2010-05-12T21:03:30Z Indexed on 2010/05/12 21:04 UTC
Read the original article Hit count: 217

Filed under:
|

Using 'dd' to clone a USB drive

-cfdisk:

resized the destination partition to be of same size

made the partition bootable

same 'type' ext3

ran 'mkfs.ext3' after exit cfdisk

then

dd if=dev/sda1 of=/dev/sdb1

result booting: Missing operating system.

The source USB device boots on multiple laptops

USB destination filesystem looks the same....

Any idears?

© Server Fault or respective owner

Related posts about clone

Related posts about usb-flash-drive