2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/dcfldd
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00

9 lines
410 B
Plaintext

# 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