Guest User

Untitled

a guest
Nov 20th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=1 oflag=direct
  2. 1+0 records in
  3. 1+0 records out
  4. 1073741824 bytes (1.1 GB) copied, 2.36389 s, 454 MB/s
  5.  
  6. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=1 oflag=direct
  7. 1+0 records in
  8. 1+0 records out
  9. 1073741824 bytes (1.1 GB) copied, 6.51472 s, 165 MB/s
  10.  
  11. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=1 oflag=direct
  12. 1+0 records in
  13. 1+0 records out
  14. 1073741824 bytes (1.1 GB) copied, 6.157 s, 174 MB/s
  15.  
  16. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=1 oflag=direct
  17. 1+0 records in
  18. 1+0 records out
  19. 1073741824 bytes (1.1 GB) copied, 5.54965 s, 193 MB/s
  20.  
  21. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=10 oflag=direct
  22. dd: error writing ‘here’: No space left on device
  23. 7+0 records in
  24. 6+0 records out
  25. 6442450944 bytes (6.4 GB) copied, 13.2924 s, 485 MB/s
  26.  
  27. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=10 oflag=direct
  28. dd: error writing ‘here’: No space left on device
  29. 7+0 records in
  30. 6+0 records out
  31. 6442450944 bytes (6.4 GB) copied, 13.6653 s, 471 MB/s
  32.  
  33. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=10 oflag=direct
  34. dd: error writing ‘here’: No space left on device
  35. 7+0 records in
  36. 6+0 records out
  37. 6442450944 bytes (6.4 GB) copied, 13.5847 s, 474 MB/s
  38.  
  39. root@ubuntu:~# dd if=/dev/zero of=here bs=512M count=20 oflag=direct
  40. dd: error writing ‘here’: No space left on device
  41. 13+0 records in
  42. 12+0 records out
  43. 6442450944 bytes (6.4 GB) copied, 13.7889 s, 467 MB/s
  44.  
  45. root@ubuntu:~# dd if=/dev/zero of=here bs=1G count=20 oflag=direct
  46. dd: error writing ‘here’: No space left on device
  47. 7+0 records in
  48. 6+0 records out
  49. 6442450944 bytes (6.4 GB) copied, 14.0409 s, 459 MB/s
Advertisement
Add Comment
Please, Sign In to add comment