This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

dcfldd

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

This article is a stub. You can help by expanding it.

dcfldd is an enhanced dd tool with features for forensics and security.

Installation

Emerge

Install the sys-apps/dcfldd package:

root #emerge --ask sys-apps/dcfldd

Usage

Invocation

user $dcfldd --help

See also

  • dd — used to copy raw data from source to sink, where source and sink can be a block device, file or piped input/output.
  • ddrescue — a tool provided by GNU to retrieve data from failing (block) storage devices like disk drives, CDROMs, or memory sticks, etc.
  • pv — a tool to view verbose information about data streamed/piped through it.