Merge pull request #67 from dayne/patch-2

Create dcfldd
pull/68/head
Igor Chubin 5 years ago committed by GitHub
commit 9c2ace4582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
# enhanced version of GNU dd with features useful for forensics and security.
# includes ability to have mulitple output targets
# write file image to an SD card showing a progress bar based on filesize
sudo dcfldd if=./raspbian.img of=/dev/mmcblk0 sizeprobe=if
# write file image to multiple targets drives at once with progress bar
dcfldd if=./raspbian.img of=/dev/sdb of=/dev/sdc of=/dev/sdd sizeprobe=if
Loading…
Cancel
Save