Mein '/home' bleibt unberührt.
Auf meinem Rechner (Buster) findet sich das
Code: Alles auswählen
kalle@nostromo:~$ systemctl cat fstrim.service
# /lib/systemd/system/fstrim.service
[Unit]
Description=Discard unused blocks on filesystems from /etc/fstab
Documentation=man:fstrim(8)
[Service]
Type=oneshot
ExecStart=/sbin/fstrim -Av
Code: Alles auswählen
kalle@T450s:~$ systemctl cat fstrim.service
# /lib/systemd/system/fstrim.service
[Unit]
Description=Discard unused blocks on filesystems from /etc/fstab
Documentation=man:fstrim(8)
[Service]
Type=oneshot
ExecStart=/sbin/fstrim --fstab --verbose --quiet
ProtectSystem=strict
ProtectHome=yes
PrivateDevices=no
PrivateNetwork=yes
PrivateUsers=no
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes
MemoryDenyWriteExecute=yes
SystemCallFilter=@default @file-system @basic-io @system-service
oder https://manpages.debian.org/testing/man ... .8.de.html
bringt keine Erleuchtung, nur die Suche bei der 'Konkurrenz' hilft mal wieder
https://bbs.archlinux.org/viewtopic.php?id=247751
Ist das bekannt, hab ich da wieder mal was verpennt?
Mich würden mal Erläuterungen zu den einzelnen Zeilen interessieren .....
Gruß KH