Skip to content

Instantly share code, notes, and snippets.

@rshsmi
Created July 18, 2016 13:30
Show Gist options
  • Save rshsmi/90cca04e936d36bf8283a929c7e54f42 to your computer and use it in GitHub Desktop.
Save rshsmi/90cca04e936d36bf8283a929c7e54f42 to your computer and use it in GitHub Desktop.
Change /tmp partition
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