ฉันพยายามที่จะเข้าใจผลลัพธ์ของdd
คำสั่ง ฉันเหนื่อย
dd if=/dev/zero of=/dev/null bs=512 count=1
และได้รับ (ตามที่คาดไว้):
1+0 records in
1+0 records out
512 bytes (512 B) copied, 2e-05 seconds, 26 MB/s
อย่างไรก็ตามเมื่อฉันพยายาม
dd if=/dev/random of=/dev/null bs=512 count=1
ฉันได้
0+1 records in
0+1 records out
128 bytes (128 B) copied, 0.00012 seconds, 1.1 MB/s
ทำไมการคัดลอก 128 ไบต์เท่านั้น