Skip to content

Instantly share code, notes, and snippets.

@keopx
Last active October 16, 2015 12:15
Show Gist options
  • Save keopx/5257d410afcb0dd94d95 to your computer and use it in GitHub Desktop.
Save keopx/5257d410afcb0dd94d95 to your computer and use it in GitHub Desktop.
System fstrim
#/bin/bash
sudo fstrim -v /boot
sudo fstrim -v /
## See: http://www.muylinux.com/2015/10/08/ssdcrontrim-unidades-ssd
## See: http://chmatse.github.io/SSDcronTRIM/
## See: http://blog.neutrino.es/es/2013/howto-properly-activate-trim-for-your-ssd-on-linux-fstrim-lvm-and-dmcrypt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment