linuxOS_AP05/debian/test/usr/share/doc/util-linux
2025-09-26 09:40:02 +08:00
..
examples add debian 2025-09-26 09:40:02 +08:00
releases add debian 2025-09-26 09:40:02 +08:00
00-about-docs.txt add debian 2025-09-26 09:40:02 +08:00
AUTHORS.gz add debian 2025-09-26 09:40:02 +08:00
blkid.txt add debian 2025-09-26 09:40:02 +08:00
cal.txt add debian 2025-09-26 09:40:02 +08:00
changelog.Debian.gz add debian 2025-09-26 09:40:02 +08:00
changelog.gz add debian 2025-09-26 09:40:02 +08:00
col.txt add debian 2025-09-26 09:40:02 +08:00
copyright add debian 2025-09-26 09:40:02 +08:00
deprecated.txt add debian 2025-09-26 09:40:02 +08:00
getopt_changelog.txt add debian 2025-09-26 09:40:02 +08:00
getopt.txt add debian 2025-09-26 09:40:02 +08:00
howto-build-sys.txt add debian 2025-09-26 09:40:02 +08:00
howto-compilation.txt add debian 2025-09-26 09:40:02 +08:00
howto-contribute.txt.gz add debian 2025-09-26 09:40:02 +08:00
howto-debug.txt add debian 2025-09-26 09:40:02 +08:00
howto-man-page.txt.gz add debian 2025-09-26 09:40:02 +08:00
howto-pull-request.txt.gz add debian 2025-09-26 09:40:02 +08:00
howto-tests.txt add debian 2025-09-26 09:40:02 +08:00
howto-usage-function.txt.gz add debian 2025-09-26 09:40:02 +08:00
hwclock.txt add debian 2025-09-26 09:40:02 +08:00
modems-with-agetty.txt add debian 2025-09-26 09:40:02 +08:00
mount.txt add debian 2025-09-26 09:40:02 +08:00
NEWS.Debian.gz add debian 2025-09-26 09:40:02 +08:00
PAM-configuration.txt add debian 2025-09-26 09:40:02 +08:00
parse-date.txt.gz add debian 2025-09-26 09:40:02 +08:00
pg.txt add debian 2025-09-26 09:40:02 +08:00
poeigl.txt.gz add debian 2025-09-26 09:40:02 +08:00
README.Debian add debian 2025-09-26 09:40:02 +08:00
release-schedule.txt add debian 2025-09-26 09:40:02 +08: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