When typing the command:
dd if=/dev/urandom of=outputfile bs=1G count=1
I should receive a file at the size of 1GB if I understand correctly.
Yet, I receive a file of the following values:
33554431 bytes (34 MB, 32 MiB) copied, 0.27126 s, 124 MB/s
Why is that?
On the system where it works I receive:
1+0 Records in
1+0 Records out
Where the file ends up with 34MB I receive:
0+1 Records in
0+1 Records out