dd - Kopiert Daten blockweise roh von einer Quelle zu einem Ziel.

shdd if=<datei> of=<gerät> [bs=<größe>] [status=<modus>] [oflag=<flags>] [...]
  • if=<datei> - input file: Quelle, aus der gelesen wird (Datei oder Gerät). Standard: Standardeingabe
  • of=<gerät> - output file: Ziel, auf das geschrieben wird. Wird überschrieben
  • bs=<größe> - block size: Bytes pro Kopiervorgang, z. B. 4M. Standard: 512
  • status=<modus> - Ausgabemenge: progress, none oder noxfer
  • oflag=<flags> - Ausgabe-Flags, z. B. sync (physisch durchschreiben)