Skip to content

Instantly share code, notes, and snippets.

@alastorid
Last active September 25, 2017 09:43
Show Gist options
  • Save alastorid/5731669a1f78c795663f044054491c40 to your computer and use it in GitHub Desktop.
Save alastorid/5731669a1f78c795663f044054491c40 to your computer and use it in GitHub Desktop.
UUID=221c5a9d-a605-4a8c-780b-33aaa65a1649 / ext4 defaults,noatime,commit=15,data=ordered,discard 1 1
tmpfs /tmp tmpfs defaults,mode=01777 0 0
tmpfs /var/spool tmpfs defaults,mode=01777 0 0
tmpfs /home/alastorid/.cache tmpfs defaults,mode=01777 0 0
# defaults,noatime,commit=15,data=ordered,discard
# noatime = no access time
# commit = 15 , jbd (ext4 journaling commits every 15 seconds)(default=5 sec)
# data=ordered,discard (trim)
# /tmp : tmpfs
# /var/spool : cache like
# /home/`whoami`/.cache : cache
# remember to use firefox instead of chrome, chrome keeps writting garbage on ssd even when it's idle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment