Advertisement
icebowl

usb3

May 16th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. This script
  2. date +%s ; dd if=debian-stretch-DI-rc3-amd64-netinst.iso of=/dev/sdd ; date +%s;
  3. gave me the following:
  4. usb 2
  5. 1494934350
  6. 593920+0 records in
  7. 593920+0 records out
  8. 304087040 bytes (304 MB, 290 MiB) copied, 61.3289 s, 5.0 MB/s
  9. 1494934412
  10. usb 3
  11. 1494936920
  12. 593920+0 records in
  13. 593920+0 records out
  14. 304087040 bytes (304 MB, 290 MiB) copied, 0.907079 s, 335 MB/s
  15. 1494936921
  16. So what I did was download a file and write it to a usb using usb2 and usb3.
  17. The file was a Linux install iso:
  18. 304087040 May 16 04:12 debian-stretch-DI-rc3-amd64-netinst.iso
  19. About 304.1 MB (Million Bytes) A small file.
  20. USB 2 took 62 seconds
  21. USB 3 took 1 second
  22. Conclusion USB 3 is faster than USB 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement