Feature #2319
include SSD TRIM option in installer
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Installer
Target version:
-
Start date:
03/28/2012
Due date:
% Done:
100%
Estimated time:
Description
With FreeBSD 8.3 now supporting SSD TRIM, it would be beneficial to SSD users to have the option to enable this feature during install.
Ref: http://forum.pfsense.org/index.php/topic,47650.msg251226.html#msg251226
History
#1
Updated by Jim Pingle almost 8 years ago
- % Done changed from 0 to 30
This can now be set manually after the install on 2.1.
touch /root/TRIM_set; /etc/rc.reboot
to remove
touch /root/TRIM_unset; /etc/rc.reboot
Still might be nice to eventually have it in the installer.
#2
Updated by Jim Pingle over 7 years ago
Apparently the AHCI module may also be required for trim to work properly. See http://forum.pfsense.org/index.php/topic,63656.0.html
#3
Updated by Jim Pingle over 1 year ago
- Category set to Installer
- Status changed from New to Resolved
- % Done changed from 30 to 100
No longer relevant. It's automatic for ZFS and is already enabled where needed.