Hirdetés

Új hozzászólás Aktív témák

  • J00hnny

    aktív tag

    TRIM ügyben:

    Adminként futtasd a következő parancsot:

    fsutil behavior query DisableDeleteNotify

    Ha az eredmény '0' a TRIM be van kapcsolva a windowsban.

    HA ez kevés, mert azt akarod tudni, hogy maga az SSD hogy viselkedik Trim ügyben, kicsit bonyolultabb a helyzet. Kicsit késő van fordítgatni, ezért most csak az eredeti szöveget illesztem be az MS weboldaláról, de szerintem érthető:

    If "fsutil behavior query DisableDeleteNotify" returns a value of '0' that simply means that the operating system is configured to send TRIM commands to the SSD. It doesn't mean that it actually is sending those commands. The other thing you need to check is that the drive itself is ready to receive TRIM commands, which you can do as follows:
    - Install and run Intel's SSD Toolbox program (http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=18455)
    - Select your SSD and click "View Drive Information" (it doesn't matter whether it's an Intel SSD or some other brand)
    - In the "Word" column, scroll down to '169'; the description should be, "Data Set Management Support"
    - A couple of lines down from that, look for "Bit 0 - Data Set Management Supported"
    - If the Hex Value associated with that reads '1', the drive is ready to receive TRIM commands from the OS
    - That, along with the 'fsutil' command, should be sufficient to assume that TRIM is operating properly.

    Remélem segített!

Új hozzászólás Aktív témák