Ubuntu – Why are /dev/random and /dev/urandom stopping after 32MiB?
I get this output on very single commandline listed below: 0+1 records in 0+1 records out 33554431 bytes (34 MB, 32 MiB) copied, 0.14532 s, 231 MB/s Here are the different options I tried: a) dd if=/dev/random of=/dev/null status=progress bs=1G…