Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
On Mon, Mar 10, 2008 at 3:03 PM, Matt Kowalski <[hidden email]> wrote: > Does anyone know how to duplicate a source USB thumb drive to multiple > target drives in Linux? I was thinking *dd* should work but how do I > specify multiple outputs for each device? You might be able to use the 'tee' command instead. It won't let you specify blocking factor, but it does let you duplicate its input to multiple output files. Try something like: tee < /dev/input out1 out2 out3 ... > out4 Good Luck, Bill Bogstad -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Discuss mailing list [hidden email] http://lists.blu.org/mailman/listinfo/discuss
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |