PfSense 2.0 on an SSD
-
so i bought one of these SSD's:
http://www.newegg.com/Product/Product.aspx?Item=N82E16820139428
for use in my pfSense box.-
what considerations should i make to prolong the life of the SSD ?
-
the SSD supports TRIM; does pfSense ? if so, is TRIM something that is transparent to the end user, or is there a configuration tool that would be required for setup ?
-
what about logs ? are logs written to disks as they populate, or are they cached in ram and periodically written out to disk ?
-
is using an SSD a good idea in the first place ?
-
-
http://www.freebsd.org/releases/8.1R/relnotes-detailed.html
The ada(4) driver now supports BIO_DELETE. For SSDs this uses TRIM feature of DATA SET MANAGEMENT command, as defined by ACS-2 specification working draft. For Compact Flash use CFA ERASE command, same as ad(4) does. This change realizes restoring write speed of SSDs which supports TRIM command by doing newfs -E /dev/ada1, for example..
Looks like 8.1 supports TRIM but I'm not sure how it's implemented.