- Feb 25, 2011
- 17,000
- 1,628
- 126
So, I came across in a shell script while I was tinkering:
bash -c 'cat src/build/images/amd64-generic/R39-6242.0.2014_09_07_0823-a1/chromiumos_image.bin | dd of=/dev/sdb bs=4M iflag=fullblock oflag=sync'
Is there an advantage to doing it this way as opposed to just specifying an "if=" in the dd command? (Is it maybe more shell-agostic or something?)
bash -c 'cat src/build/images/amd64-generic/R39-6242.0.2014_09_07_0823-a1/chromiumos_image.bin | dd of=/dev/sdb bs=4M iflag=fullblock oflag=sync'
Is there an advantage to doing it this way as opposed to just specifying an "if=" in the dd command? (Is it maybe more shell-agostic or something?)
