mirror of
https://github.com/adulau/dcfldd.git
synced 2024-12-22 16:56:03 +00:00
Clarification about this version and dcfldd usage
This commit is contained in:
parent
91f563da98
commit
534074f415
1 changed files with 16 additions and 0 deletions
16
README
16
README
|
@ -1,3 +1,6 @@
|
||||||
|
dcfldd
|
||||||
|
======
|
||||||
|
|
||||||
dcfldd is a modified version of GNU dd. The major features added
|
dcfldd is a modified version of GNU dd. The major features added
|
||||||
are hashing, fast disk wiping (through patterns) and status output.
|
are hashing, fast disk wiping (through patterns) and status output.
|
||||||
|
|
||||||
|
@ -7,3 +10,16 @@ the package, although he is no longer affiliated with the DCFL.
|
||||||
|
|
||||||
Send any feature requests or ideas to the author at
|
Send any feature requests or ideas to the author at
|
||||||
<nicholasharbour@yahoo.com>.
|
<nicholasharbour@yahoo.com>.
|
||||||
|
|
||||||
|
dcfldd on GitHub
|
||||||
|
----------------
|
||||||
|
|
||||||
|
On https://github.com/adulau/dcfldd/, this is the latest version of
|
||||||
|
http://dcfldd.sourceforge.net/ (1.3.4-1) including Debian patches and
|
||||||
|
some additional patches from Alexandre Dulaunoy https://github.com/adulau.
|
||||||
|
|
||||||
|
dcfldd usage
|
||||||
|
------------
|
||||||
|
|
||||||
|
dcfldd if=/dev/sda hash=md5,sha256 hashwindow=20G md5log=md5.txt sha256log=sha256.txt \
|
||||||
|
hashconv=after bs=512 conv=noerror,sync split=20G splitformat=aa of=sda.dd
|
||||||
|
|
Loading…
Reference in a new issue