Skip to content

Instantly share code, notes, and snippets.

@aadeshere1
Forked from ertseyhan/remount.sh
Created November 25, 2017 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadeshere1/c3f16118af7efd4989ba652996b20dcd to your computer and use it in GitHub Desktop.
Save aadeshere1/c3f16118af7efd4989ba652996b20dcd to your computer and use it in GitHub Desktop.
Temporarily increase size of tmp folder on Arch linux
#!/bin/bash
sudo mount -o remount,size=10G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment