Talk:dd (Unix)
This is the talk page for discussing improvements to the Dd (Unix) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
Archives: 1Auto-archiving period: 120 days |
This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||
|
Dcfldd was nominated for deletion. The discussion was closed on 17 April 2013 with a consensus to merge. Its contents were merged into Dd (Unix). The original page is now a redirect to this page. For the contribution history and old versions of the redirected article, please see its history; for its talk page, see here. |
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
name of the command dd
[edit]There is a talk on blacklisted pupular video site by Hedrik Jan Thomassen about UNIX history. He mention (30:37) about why dd is called dd (this could be a joke from his side). Full title of the video is: T-Dose 2016, From UNIX to Linux, a time lapse of 45 years, Hendrik Jan Thomassen
- You mean that it is called as DD, instead CC (Convert and Copy a file), because the CC was already taken for "C Compiler" and so on it was named as DD by shifting both alphabets by one and it became DD? --Golftheman (talk) 21:00, 8 November 2023 (UTC)
Count parameter optional?
[edit]I infer from the examples under the ‘Data transfer forms of dd’ heading that if the count parameter is missing, the entire input is transferred. My own tests seem to confirm this. If this is correct and standard behaviour, the article should make this more explicit. — Preceding unsigned comment added by 77.61.180.106 (talk) 15:38, 23 April 2022 (UTC)
- C-Class Computing articles
- Low-importance Computing articles
- C-Class software articles
- Low-importance software articles
- C-Class software articles of Low-importance
- All Software articles
- C-Class Free and open-source software articles
- Mid-importance Free and open-source software articles
- C-Class Free and open-source software articles of Mid-importance
- All Free and open-source software articles
- All Computing articles