LINUX.ORG.RU

Intel SSD

 


0

1

Купил SSD от Intel мне сказали, что нужно настроить trim для его долгого служения! А вот как это сделать под Linux...


Ответ на: комментарий от seroff

нет, там trim выполняется, если ssd от intel или samsung

для остальных производителей можно включить таким образом.

fornlr ★★★★★
()
Ответ на: комментарий от fornlr

А у меня от Intel


#!/bin/sh
# call fstrim-all to trim all mounted file systems which support it
set -e

# This only runs on Intel and Samsung SSDs by default, as some SSDs with faulty
# firmware may encounter data loss problems when running fstrim under high I/O
# load (e. g.  https://launchpad.net/bugs/1259829). You can append the
# --no-model-check option here to disable the vendor check and run fstrim on
# all SSD drives.
exec fstrim-all

всё что есть в файле!

seroff
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.