New SG-4860 w/MSATA SSD, TRIM not enabled on factory install
-
This is what I followed to enabled TRIM on mine: https://forum.pfsense.org/index.php?topic=97554.msg543373#msg543373 and it worked.
The only difference there is that the OP used:
/sbin/tunefs -t enable /dev/ufsid/55bdd213616a70a3
instead of
/sbin/tunefs -t enable /
Does that produce the same effect if you only have on SSD? Does "/" mean it will enable TRIM for all?
-
There has to be an easier way than the single user mode option.
If the initial pf install forces a TRIM set (even on SSDs showing TRIM on after install) without user intervention, that should resolve going through running commands in single user more. Not sure how the command would affect hard drives, it shouldn't but it most likely give a silent error during install.
I have been enabling TRIM using the link below.
https://gist.github.com/mdouchement/853fbd4185743689f58c
-
I came across that link too but you don't need to manually load ahci anymore as the latest installer already does that for you.