Jump to content

Talk:dd (Unix)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Learn The DD Command External Reference

[edit]

This link is to copyrighted material. It is my material, copyrighted by me. I give permission to anyone using Wikipedia to use the linked information in any way he/she sees fit. However, if one uses the material, he/she must not charge money for any derivative writings. [user: AwesomeMachine]

improve text / examples

[edit]

I just /dev/zero'ed some harddisks and i found out, that the blocksize has a great performance impact

With defautl bs: 15MB/s

With bs=100M: 65MB/s

Maybe also mention that sending SIGUSR1 to gnu dd will make it print progress and writing speed.

Example code:

while sleep 1s; do killall dd -USR1 2> /dev/null; done &

dd if=/dev/zero of=/dev/hdb bs=100M

Misleading title

[edit]

As dd is available on more environments than Unix, the title "dd (Unix)" is inaccurate and misleading. But, what to use? There is some precedent for (command) as in file (command), but command is pretty generic. How about dd (shell command). Stevebroshar (talk) 15:53, 26 March 2025 (UTC)[reply]

X/Open Portability Guide

[edit]

WRT "In 1987, the dd command is specified in the X/Open Portability Guide issue 2 of 1987. This is inherited by IEEE Std 1003.1-2008 (POSIX), which is part of the Single UNIX Specification."

What does "this" refer to? the X/Open Portability Guide issue 2? Was that guide inherited into POSIX.1-2008? I find no evidence of that. Need a citation or to remove this claim.

Also, as this is history and the info is mostly chronological, it seems odd that a section about 1987 refers to something from 2008. Stevebroshar (talk) 14:33, 20 April 2025 (UTC)[reply]