Last active
August 29, 2015 14:03
-
-
Save M66B/f6bed355dbd88e01c5e0 to your computer and use it in GitHub Desktop.
Acer C720 SSD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/default/grub | |
GRUB_CMDLINE_LINUX_DEFAULT="... elevator=noop" | |
sudo nano /etc/fstab | |
UUID=... / ext4 errors=remount-ro,noatime 0 1 | |
su root | |
crontab -e | |
0 13 * * * fstrim -v / >> /var/log/trim.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment