summaryrefslogtreecommitdiffstats
path: root/debian/util-linux.README.Debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 02:42:51 +0000
commitb324f452799a9aba5a1e9acc6833010c8635828e (patch)
treeccfd0a81e7daab4a2cd681a8161d3ae3748833dc /debian/util-linux.README.Debian
parentAdding upstream version 2.33.1. (diff)
downloadutil-linux-b324f452799a9aba5a1e9acc6833010c8635828e.tar.xz
util-linux-b324f452799a9aba5a1e9acc6833010c8635828e.zip
Adding debian version 2.33.1-0.1.debian/2.33.1-0.1
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.Debian12
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