This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSD usage and life, discussion

This thread is the discussion thread to accompany the data thread SSD usage and life, data.

Please keep the discussion and questions separate here and out of the data thread.


This thread was automatically locked due to age.
  • Hi, 

    The Write Amplification factor is just as important as Lifetime_Writes_GB (i.e. lots of small writes are worse than fewer large writes).
    Not sure if there's a way to deduce that from the SMART data.

    Barry
  • Something I've seen recommended is to under-provision (during partitioning) the SSD; any way to force the UTM installer to do that?

    Barry
  • Added June 2014 and July 2015 data to one prior post with March 2015 data.

    Added July 2015 data to another.

    I do wonder if Sophos is regularly gathering SSD usage and life-expectancy data from the deployed branded SSD-containing units.

    Does anyone have stories of UTM+SSD failures?
  • Added June 2014 and July 2015 data to one prior post with March 2015 data.

    Added July 2015 data to another.

    I do wonder if Sophos is regularly gathering SSD usage and life-expectancy data from the deployed branded SSD-containing units.

    Does anyone have stories of UTM+SSD failures?


    sophos doesn't use SSD's until higher in their line and they only use Intel drives...should count for something..[:)]

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • Something I've seen recommended is to under-provision (during partitioning) the SSD; any way to force the UTM installer to do that?


    It appears it is possible, at least on the software installation image.

    During the install (Alt-F2 at the Introduction screen), edit /etc/bootstrap/l/default.xml to alter the partitioning parameters: size(s) and factor (appears to be percentage guidance).  Alt-F1 to return to the installer Introduction screen and proceed.

    After the filesystems are formatted and the rpm package installation begins the partitioning can be checked with parted.  For /dev/sda, "parted /dev/sda print".
  • Hi,

    you can use "HDAT2" for that reason. It "reserves" a configurable amount of sectors of an SSD.
    We use this tool mainly for our cache devices in various fileservers, but it should do it's job also to "shrink" SSD's for general usage to enhance durability.
    This hidden area is not recongnized by the operating system at all.

    http://www.hdat2.com/files/hdat2iso_50.exe

    You can shrink a 250GB SSD down to 8GB for example. Then you have a lot "spare" memory cells which can be used by the controller to randomize the write & read accesses.