Created
July 18, 2016 13:30
-
-
Save rshsmi/90cca04e936d36bf8283a929c7e54f42 to your computer and use it in GitHub Desktop.
Change /tmp partition
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
Add fstab entry | |
/dev/mapper/somepartition /tmp ext4 defaults,noatime 0 2 | |
mount -a | |
chmod 1777 /tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment