debian-galaxy-a20e/rootfs/usr/share/doc/util-linux
2026-08-27 15:48:54 +02:00
..
examples initial commit 2026-08-27 15:48:54 +02:00
releases initial commit 2026-08-27 15:48:54 +02:00
00-about-docs.txt initial commit 2026-08-27 15:48:54 +02:00
AUTHORS.gz initial commit 2026-08-27 15:48:54 +02:00
blkid.txt initial commit 2026-08-27 15:48:54 +02:00
cal.txt initial commit 2026-08-27 15:48:54 +02:00
changelog.Debian.gz initial commit 2026-08-27 15:48:54 +02:00
changelog.gz initial commit 2026-08-27 15:48:54 +02:00
col.txt initial commit 2026-08-27 15:48:54 +02:00
copyright initial commit 2026-08-27 15:48:54 +02:00
deprecated.txt initial commit 2026-08-27 15:48:54 +02:00
getopt.txt initial commit 2026-08-27 15:48:54 +02:00
getopt_changelog.txt initial commit 2026-08-27 15:48:54 +02:00
howto-build-sys.txt initial commit 2026-08-27 15:48:54 +02:00
howto-compilation.txt initial commit 2026-08-27 15:48:54 +02:00
howto-contribute.txt.gz initial commit 2026-08-27 15:48:54 +02:00
howto-debug.txt initial commit 2026-08-27 15:48:54 +02:00
howto-man-page.txt initial commit 2026-08-27 15:48:54 +02:00
howto-pull-request.txt.gz initial commit 2026-08-27 15:48:54 +02:00
howto-tests.txt initial commit 2026-08-27 15:48:54 +02:00
howto-usage-function.txt.gz initial commit 2026-08-27 15:48:54 +02:00
hwclock.txt initial commit 2026-08-27 15:48:54 +02:00
modems-with-agetty.txt initial commit 2026-08-27 15:48:54 +02:00
mount.txt initial commit 2026-08-27 15:48:54 +02:00
PAM-configuration.txt initial commit 2026-08-27 15:48:54 +02:00
parse-date.txt.gz initial commit 2026-08-27 15:48:54 +02:00
pg.txt initial commit 2026-08-27 15:48:54 +02:00
poeigl.txt.gz initial commit 2026-08-27 15:48:54 +02:00
README.Debian initial commit 2026-08-27 15:48:54 +02:00
release-schedule.txt initial commit 2026-08-27 15:48:54 +02:00

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