StarTech SATA SSD Enclosure - How to enable TRIM?

Hello all! I’ve purchased a Startech SATA USB enclosure with TRIM support, to use an SSD in. The model is (S251BPU313), USB-A cord version.

How do I check if TRIM is enabled for this drive, or get it working and set it to auto?

@C96Cyrix Hi, so if you run (as root user) smartctl -a /dev/sdXwhere X is the device, do you get output? AFAIK it’s dependent on the chipset used in the enclosure…

1 Like

This is the output I get from terminal / Konsole running the command:

https://pastebin.com/hGtH60Lk

@C96Cyrix so it shows TRIM Command: Available, deterministic, zeroed is it always connected to the system, if so the trim service will take care of it AFAIK. Else just look at running manually?

It’s planned to be semi-perma attached to the system, but may still have occasional disconnect when running on laptop battery.

What’s the manual command? :slight_smile: Thank you!

@C96Cyrix so it has to mounted somewhere, then fstrim -v /mountpoint

1 Like

Thank you for helping me! <3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.