From 147d4811093ae11bf7a332d9561788332ac39c81 Mon Sep 17 00:00:00 2001 From: sidahmed-malaoui Date: Tue, 14 Jan 2020 23:02:10 +0100 Subject: [PATCH] dcfldd: improve an example (#3758) --- pages/common/dcfldd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dcfldd.md b/pages/common/dcfldd.md index 97a1d7ffe1..2c89d15c61 100644 --- a/pages/common/dcfldd.md +++ b/pages/common/dcfldd.md @@ -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}}`