1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:06:01 +02:00

dcfldd: improve an example (#3758)

This commit is contained in:
sidahmed-malaoui 2020-01-14 23:02:10 +01:00 committed by Owen Voke
parent 17c2bfaeec
commit 147d481109

View file

@ -9,4 +9,4 @@
- Copy a disk to a raw image file, hashing each 1GB chunk:
`dcfldd if=/dev/{{disk_device}} of={{file.img}} hash={{hash_algorithm}} hashlog={{file.hash}} hashwindow={{1G}}`
`dcfldd if=/dev/{{disk_device}} of={{file.img}} hash={{sha512|sha384|sha256|sha1|md5}} hashlog={{file.hash}} hashwindow={{1G}}`