You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/etc/crypttab -> discard
/etc/fstab -> relatime
# Discard doesn't seem needed in /etc/fstab as it will continuously trim the disk (which we don't want)
/etc/default/grub -> GRUB_CMDLINE_LINUX="... rd.luks.options=discard"
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
dracut -f
systemctl enable fstrim.timer
reboot
Do fstrim -av a couple of times to see if it trims it or not.
No description provided.
The text was updated successfully, but these errors were encountered: