Solved SSD but no AHCI, how much do I need to worry about TRIM?

scirocco

New Member
Messages
2
I recently picked up a used Dell 620s cheap to replace a workstation I built over 10 years ago, and tide me over until I save up enough to build a more robust machine. I figured I could give it a boost with an SSD for the boot drive, which I could then migrate to the new machine too. The BIOS has no options for AHCI so I understand that the drive will be handled in an IDE mode. The functionality that I am missing by AHCI does not concern me, except for the references to TRIM. So the BIOS does not support passing the TRIM function, but some things I have read suggest that the Samsung Magician software is able to do it? It appears that Windows 8 will recognize the drive as an SSD, is it smart enough to send TRIM to the SSD occasionally too? Or do I use the Samsung software periodically to refresh the SSD?. Or is the SSD on its own to handle garbage collection in my system, causing it to wear out prematurely?

Installing the Samsung 840 EVO 120 GB tonight (and reinstalling Win 8 on it) so I will update this with anything I notice in the process...
 

My Computer

System One

  • OS
    Win 8.1 Pro, 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Inspiron 620s
    CPU
    i3-2120 (3.3 GHz)
    Motherboard
    OEM Dell GDG8Y (FOXCONN MIH61R)
    Memory
    2GB (soon to be 6) DDR3 PC1333
    Graphics Card(s)
    None (Using CPU Intel HD Graphics 2000)
    Sound Card
    None
    Hard Drives
    1TB WD
    PSU
    OEM 250 watt
    Case
    slim tower
After Windows Installation, you can try if you can enable trim this way. You can open the Admin Command prompt and type:
fsutil behavior query DisableDeleteNotify

DisableDeleteNotify = 0 : TRIM is already enabled and working in Windows
DisableDeleteNotify = 1 : TRIM is not enabled

To enable SSD TRIM support in Windows
fsutil behavior set DisableDeleteNotify 0
 

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
Result was DisableDeleteNotify = 0. That makes me feel better. Thanks for the prompt, concise assistance.
 

My Computer

System One

  • OS
    Win 8.1 Pro, 64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell Inspiron 620s
    CPU
    i3-2120 (3.3 GHz)
    Motherboard
    OEM Dell GDG8Y (FOXCONN MIH61R)
    Memory
    2GB (soon to be 6) DDR3 PC1333
    Graphics Card(s)
    None (Using CPU Intel HD Graphics 2000)
    Sound Card
    None
    Hard Drives
    1TB WD
    PSU
    OEM 250 watt
    Case
    slim tower
Back
Top