Skip to content

Instantly share code, notes, and snippets.

@tristanlins
Last active June 22, 2016 08:21
Show Gist options
  • Save tristanlins/04b70c28eae1b78842eb8df250a0b582 to your computer and use it in GitHub Desktop.
Save tristanlins/04b70c28eae1b78842eb8df250a0b582 to your computer and use it in GitHub Desktop.
Using ext4 as /tmp
# Using ext4 as fast as it can be...
UUID=... /tmp ext4 barrier=0,data=writeback,nouser_xattr,noacl,noatime,nodiratime 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment