uutils / uutils/coreutils

dd: Support fake `/dev/zero` and `/dev/random`

Open
#6,848 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

P - Windows U - dd
Dominant language
Rust
Stars
24.1k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
365

Description

Virtual devices

Virtual devices are a new feature in version 0.4beta1.

Because windows does not have devices like the unix /dev/zero or /dev/random these have been implemented inside dd. You can use these as input files to supply an infinite amount of zeros or pseudo random data.

http://www.chrysocome.net/dd (https://archive.is/Xec3i)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue requests virtual input devices for dd that provide infinite zeros or pseudo-random data on Windows, referring to the archived project page for context. No source file, test, or entry point is identified, so first locate dd's input-device handling and existing tests; done means both requested devices work as inputs.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.