diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:50 +0000 |
commit | 63c1e58910cbc3c5cc4b4bdf966f68dd292980a1 (patch) | |
tree | ba5913f9f169d5c0391237afbab9c94955ce18ab /debian/util-linux.README.Debian | |
parent | Adding upstream version 2.39.3. (diff) | |
download | util-linux-debian/2.39.3-6.tar.xz util-linux-debian/2.39.3-6.zip |
Adding debian version 2.39.3-6.debian/2.39.3-6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/util-linux.README.Debian')
-rw-r--r-- | debian/util-linux.README.Debian | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/util-linux.README.Debian b/debian/util-linux.README.Debian new file mode 100644 index 0000000..13c637b --- /dev/null +++ b/debian/util-linux.README.Debian @@ -0,0 +1,12 @@ +Periodic fstrim for SSD disks +----------------------------- + +fstrim(8) is used on a mounted filesystem to discard blocks which are not in +use by the filesystem. This is useful in particular for solid-state drives +(SSDs). + +A systemd service and matching timer is available to periodically perform +fstrim on relevant filesystems, but is *not* enabled by default. To enable it +according to the default weekly cadence, just do the following as root: + + systemctl enable fstrim.timer |