Új hozzászólás Aktív témák

  • ubyegon2

    nagyúr

    válasz ubyegon2 #14272 üzenetére

    [I]Az Ubi 14.04- től támogatja az Intel és a Samsung SSD-ket![/I]

    Kiegészítés: Automatikus TRIM jelenleg támogatott az Intel, a Samsung, OCZ, a SanDisk és a Patriot tipusoknál. Ha más tip. SSD- nél engedélyezni szeretnénk az autoTRIM- et, akkor [I]/etc/cron.weekly/fstrim[/I]- et módosítani kell az alábbiak szerint:

    #!/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 --no-model-check

    Érdekes, hogy ez a módosítás is csak a két eddigi tipust említi a leírásban. :U

Új hozzászólás Aktív témák