TRIM Support: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 May 2025

  • curprev 09:4009:40, 17 May 2025Pverha10 talk contribs 1,039 bytes +1,039 Created page with "=ext4= TRIM support is available on ext4. It is activated by adding discard to the list of mount options. So in /etc/fstab it says something like: <pre> /dev/sdx1 /somewhere ext4 defaults,discard 1 1 </pre> You can also discard the unused blocks manually by using: <pre> fstrim -v /somewhere </pre> The resulting amount of space trimmed may not be the same as the actual space freed on the disk. It is safe to repeat this, for example in..."