Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: rminnich on October 11, 2009, 07:45:00 PM
-
I'm getting ready to write the script to clone the USB stick I am booting, but am wondering if someone has already done it ... have not found anything like this in the forums however.
thanks
ron
-
You could do something like:
$ sudo dd if=/dev/sda of=/dev/sdb
where:
/dev/sda is the source usb stick
/dev/sdb is the target usb stick
Both usb sticks would need to be unmounted at the time and preferably the same size...
-
That's not a great way to do it ... I'll look at other possibilities. I may just hack up usbinstall.
Thanks
ron