How to clone a USB flash drive using dd?
- by MentalBlister
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?