Last active
June 22, 2016 08:21
-
-
Save tristanlins/04b70c28eae1b78842eb8df250a0b582 to your computer and use it in GitHub Desktop.
Using ext4 as /tmp
This file contains hidden or 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
| # 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