View Single Post
Old 20-02-2014, 13:17   #2731
Tennic
Senior Member
 
Iscritto dal: May 2010
Messaggi: 5347
Quote:
Originariamente inviato da gyonny Guarda i messaggi
Nel mio sistema non funziona (ho già provato 10 volte come minimo...) e mi dice sempre di no...ma ovviamente io non mi preoccupo più di tanto
Questo è il mio, fatto ora:

Codice:
TRIM check v0.5 - Written by Vladimir Panteleev
https://github.com/CyberShadow/trimcheck

USAGE: Place this program file on the same drive
you'd like to test TRIM on, and run it.

Press Enter to test drive C:...

Querying C:\ disk space and sector size information...
  C:\ has 512 bytes per sector, and 8 sectors per cluster.
  40485194 out of 56262911 sectors are free.
Generating random target data block (16384 bytes)...
  First 16 bytes: D8 12 CE 09 7A CC 5E E0 B9 19 93 11 07 A0 A9 66...
Creating C:\Users\Utente\trimcheck.bin...
Querying file final paths...
  DOS  : \\?\C:\Users\Utente\trimcheck.bin
  GUID : \\?\Volume{bc430c51-3ce3-11e3-91ba-806e6f6e6963}\Users\Utente\trimc
.bin
  NT   : \Device\HarddiskVolume4\Users\Utente\trimcheck.bin
  NONE : \Users\Utente\trimcheck.bin
Writing padding (33554432 bytes)...
Writing data (16384 bytes)...
Writing padding (33554432 bytes)...
Flushing file...
Checking file size...
  Data is located at Virtual Cluster Numbers 8192-8195 within file.
Querying file physical location...
  trimcheck.bin has 1 extent:
    Extent 0: Virtual clusters 0-17343 are located at LCN 23032862
      (this is the extent containing our data)
Closing file.
Saving continuation data to C:\Users\Utente\trimcheck-cont.json...
Flushing buffers on \\.\C:...
  Opening \\.\C:...
  Flushing buffers...
Deleting file...
Flushing buffers on \\.\C:...
  Opening \\.\C:...
  Flushing buffers...

Test file created and deleted, and continuation data saved.
Do what needs to be done to activate the SSD's TRIM functionality,
and run this program again.
Usually, you just need to wait a bit (around 20 seconds).
Sometimes, a reboot is necessary.

Press Enter to exit...
E dopo 30 secondi:

Codice:
TRIM check v0.5 - Written by Vladimir Panteleev
https://github.com/CyberShadow/trimcheck

Loading continuation data from C:\Users\Utente\trimcheck-cont.json...
  Drive path   :  \\.\C:
  Offset       :  94376157184
  Random data  :  D8 12 CE 09 7A CC 5E E0 B9 19 93 11 07 A0 A9 66...

Reading raw volume data...
  Opening \\.\C:...
  Seeking to position 94376157184...
  Reading 16384 bytes...
  First 16 bytes: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00...
Data is empty (filled with 0x00 bytes).

CONCLUSION: TRIM appears to be WORKING!

Press Enter to exit...
Quindi, il tool funziona. Evidentemente sul tuo computer il trim, nonostante risulta abilitato, per qualche motivo non funziona.
Sono contento che la cosa non ti preoccupa, ma se non funziona il trim, ci sono alcune cose alle quali occorre prestare attenzione, ma sicuramente niente di preoccupante
Tennic è offline   Rispondi citando il messaggio o parte di esso