Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. E:\>trimcheck-0.7-win64.exe
  2. TRIM check v0.7 - Written by Vladimir Panteleev
  3. https://github.com/CyberShadow/trimcheck
  4.  
  5. USAGE: Place this program file on the same drive
  6. you'd like to test TRIM on, and run it.
  7.  
  8. Press Enter to test drive E:...
  9.  
  10. Querying E:\ disk space and sector size information...
  11. E:\ has 512 bytes per sector, and 8 sectors per cluster.
  12. 58575079 out of 58607103 clusters are free.
  13. Generating random target data block (16384 bytes)...
  14. First 16 bytes: 5C 63 84 11 1A 6B 0A A4 E8 9B 18 DB 0C 83 89 E6...
  15. Creating E:\trimcheck.bin...
  16. Querying file final paths...
  17. DOS : \\?\E:\trimcheck.bin
  18. GUID : \\?\Volume{bcb0eb71-0000-0000-0000-100000000000}\trimcheck.bin
  19. NT : \Device\HarddiskVolume12\trimcheck.bin
  20. NONE : \trimcheck.bin
  21. Writing padding (33554432 bytes)...
  22. Writing data (16384 bytes)...
  23. Writing padding (33554432 bytes)...
  24. Flushing file...
  25. Checking file size...
  26. Data is located at Virtual Cluster Numbers 8192-8195 within file.
  27. Querying file physical location...
  28. trimcheck.bin has 1 extent:
  29. Extent 0: Virtual clusters 0-17343 are located at LCN 12762
  30. (this is the extent containing our data)
  31. Closing file.
  32. Saving continuation data to E:\trimcheck-cont.json...
  33. Flushing buffers on \\.\E:...
  34. Opening \\.\E:...
  35. Flushing buffers...
  36. Deleting file...
  37. Flushing buffers on \\.\E:...
  38. Opening \\.\E:...
  39. Flushing buffers...
  40.  
  41. Test file created and deleted, and continuation data saved.
  42. Do what needs to be done to activate the SSD's TRIM functionality,
  43. and run this program again.
  44. Usually, you just need to wait a bit (around 20 seconds).
  45. Sometimes, a reboot is necessary.
  46.  
  47. Press Enter to exit...
  48.  
  49.  
  50. E:\>
  51. E:\>
  52. E:\>trimcheck-0.7-win64.exe
  53. TRIM check v0.7 - Written by Vladimir Panteleev
  54. https://github.com/CyberShadow/trimcheck
  55.  
  56. Loading continuation data from E:\trimcheck-cont.json...
  57. Drive path : \\.\E:
  58. Offset : 85827584
  59. Random data : 5C 63 84 11 1A 6B 0A A4 E8 9B 18 DB 0C 83 89 E6...
  60.  
  61. Reading raw volume data...
  62. Opening \\.\E:...
  63. Seeking to position 85827584...
  64. Reading 16384 bytes...
  65. First 16 bytes: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00...
  66. Data is empty (filled with 0x00 bytes).
  67.  
  68. CONCLUSION: TRIM appears to be WORKING!
  69.  
  70. Press Enter to exit...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement