💻 Software
Why is my /dev/random so slow when using dd?
Fresh7 days ago
Mar 15, 202635584 viewsConfidence Score0%
0%
Problem
I am trying to semi-securely erase a bunch of hard drives. The following is working at 20-50Mb/s But seems not to work. Also when I type It only gives me a few bytes regardless of what I pass it for bs= and count= Am I using /dev/random wrong? What other info should I look for to move this troubles…
Error Output
dd if=/dev/zero of=/dev/sda
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why is my /dev/random so slow when using dd?
Low Risk
Both and use an "entropy pool". When the pool runs out, waits for it to refill, which requires monitoring system behavior (keyboard input, mouse movement, etc.), whereas will continue to give you pseudo-random data. is theoretically higher quality, …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix